Reply To: How to hide the feature image in blog

Home Forums Support How to hide the feature image in blog Reply To: How to hide the feature image in blog

Home Forums Support How to hide the feature image in blog Reply To: How to hide the feature image in blog

#155226
Tom
Lead Developer
Lead Developer

Hi there,

You can hide the image on single posts with this CSS:

.single .page-header-image-single {
    display: none;
}

To get thumbnails on the page in your second post I would definitely use the Featured Image with the Blog add-on to create the thumbnail.

Then simply use the CSS above to remove the larger image from the single post.

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Let me know if you need more info 🙂