remove icons and author box from projects

hi there
this is my first time using wordpress so apologies if this is a simple fix

how do i remove the author and calendar icon from the top of each portfolio’s project page?

as well as the comment box at the bottom.

i have already installed a plug in to remove the author and date, but the logo’s still remain.
and i have also disabled comments to be made from the posts so not sure why that grey box is at the bottom

screenshot attached

Hi @emrahhh,

I hope you are well today and thank you for your questions.

You can try removing them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.single-jetpack-portfolio .author-bio,
body.single-jetpack-portfolio ul.post-meta {
    display: none;
}

Best Regards,
Movin