How to remove featured image from single page?

  • Author
    Posts
  • #102522

    How to remove featured image from single page?
    I mean image below the menu, only from single page

    Website: hasicipribyslav.cz

    #103439
    Zed
    Cryout Creations mastermind

    That isn’t possible with the available options in the free edition of the theme. The Plus edition has additional meta options for that.

    With the free edition it can still be done with CSS:

    .page-id-123 #masthead #header-image-main .header-image {
        display: none;
    }

    replace 123 with the correct ID number of your target page.

    This CSS cannot be used with the menu over header image option (since there will be no header image for the menu to sit on, making it overlap the content instead).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to remove featured image from single page?’ is closed to new replies.