[Resolved] Hiding the featured image in individual posts?

Home Forums Support [Resolved] Hiding the featured image in individual posts?

Home Forums Support Hiding the featured image in individual posts?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #108660
    Lisa @CreativLEI

    Is there a way to hide the featured image on the individual post page? I find the look redundant since my featured image is often my pinnable image. Any suggestions?

    Thanks!

    Lisa
    CreativLEI.com

    #108670
    Tom
    Lead Developer
    Lead Developer

    To hide them on all posts page, you can use this CSS:

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

    To hide them on specific posts, you can use the Disable Elements add-on ๐Ÿ™‚

    #109127
    Lisa Walters

    Thanks, Tom!

    #109139
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

    #109222
    Lisa Walters

    Where do I insert that CSS? Sorry, I thought I had it, but I didn’t.

    #109270
    Tom
    Lead Developer
    Lead Developer

    There’s a few options – this should help: http://generatepress.com/knowledgebase/adding-css/

    #112771
    Ryan M.

    Have the same problem and now solved! Thx!

    #112861
    Tom
    Lead Developer
    Lead Developer

    Awesome!

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