remove author / date / comments in portfolio

Hello there,

Lovely theme!

Just setting it up at the mo’, just wondering if there is any way of making the a portfolio page a little less cluttered?

I’d like to lose the; author, date and the space for comments at the bottom.

Many thanks!

Hi @sirps,

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

You can try removing author and date 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

.single-jetpack-portfolio .content ul.post-meta {
    display: none;
}

I am not sure exactly what you meant by “space for comments at the bottom” so please describe it a bit more in detail.

Best Regards,
Movin

Hi,
I have the Shapely theme version 1.1.0 installed and I tried to add the following CSS but it did not work out. I still see the author and the date.

.single-jetpack-portfolio .content ul.post-meta {
display: none;
}
When I look at the path,
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
I reached the “Shapely Options” level but I don’t see “Other”. I only see the three choices:
Main options,
Layout options
Bloc setting.
I look at the three options and I don’t see any area where I can put the CSS code.
I put the CSS code in the “Additionnal CSS” area at the Customize level and it did not work out either.
Do you have any other idea regarding this issue? I would like to remove all the information related to author after a post or from the portfolio.

Thanks!

Hi,
Add added the following css code and the author information disappearded.
.author-bio {
display: none;
}

@mtiguy Awesome great to see you got that disappeared.

Please advise if you have more questions by creating separate topic.

Have a fantastic day!

Hi,
I created a new topic since June 28th but I did not get an answer.
https://colorlibsupport.com/t/how-to-hide-project-type-from-the-page-header/
Is there any reason?

Hi @mtiguy,

Sorry for that, I apologies for that. I am replying to that ticket now. :slight_smile:

Let us know,

Thanks,
laranz.,