Site logo

Archived topic

Show Articel Pictures only in Preview

1 reply · Started by Björn on July 10, 2016

Viewing posts 1–2 of 2

Hello,

how can i configure GeneratePress so that Article Picures are only shown in Preview and not in the Article any more?

Hi there,

I'm assuming you want the post images to display on the blog, but not in the single post?

If so, you could use this CSS:

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

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

Hope this helps :)

This archived topic is closed to new replies.