Show Articel Pictures only in Preview

Home Forums Support Show Articel Pictures only in Preview

Home Forums Support Show Articel Pictures only in Preview

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208153
    Björn

    Hello,

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

    #208173
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.