Reply To: Hide content images only in homepage

Home Forums Support Hide content images only in homepage Reply To: Hide content images only in homepage

Home Forums Support Hide content images only in homepage Reply To: Hide content images only in homepage

#168538
Tom
Lead Developer
Lead Developer

Hi there,

You can set your blog to show the excerpt by going into “Customize > Blog > Blog Content”.

By setting the excerpt it will strip the image.

If this doesn’t work for you try this CSS:

.blog .entry-content img,
.archive .entry-content img {
     display: none;
}

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