Portfolio pages

How do I remove the author, time and date one you click on the portfolio page? Also, how do I remove the box at the bottom with the author’s name in it?

Hi @naoserna,

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

You can try achieving this 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 #main .author-bio,
body.single-jetpack-portfolio ul.post-meta {
    display: none;
}

Best Regards,
Movin

Thank you! Works perfectly!

You are most welcome here :slight_smile: