Remove Header Image in Posts + Pages

  • Author
    Posts
  • #57807

    Hi there,

    Is there a way I can remove/disable the header image in posts on my site?

    http://bornprepper.com/survival/how-to-store-seeds-long-term/

    I want the header image to appear on the home page, just not posts or pages.

    I can edit the theme files if need be.

    Cheers

    Website: bornprepper.com

    #58402
    Zed
    Cryout Creations mastermind

    You might be able to use a plugin to configure which sections of the site the header image is visible on.
    Or use CSS to hide it:

    body:not(.home) #header-image-main-inside > * {
        display: none;
    }

    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 ‘Remove Header Image in Posts + Pages’ is closed to new replies.