[Resolved] Featured Image Remove

Home Forums Support [Resolved] Featured Image Remove

Home Forums Support Featured Image Remove

  • This topic has 3 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184345
    Pranav

    How to remove featured image in post detail page ?

    #184434
    Tom
    Lead Developer
    Lead Developer

    On specific posts, you can use the Disable Elements add-on.

    On all posts, you can use this CSS:

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

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

    #184553
    Pranav

    Thanks Tom For Fast Replay

    #184558
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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