Header Image

  • Author
    Posts
  • #85691

    Hello,

    Is there a way to hide the header image by default? Particularly on the ‘blog’ page?

    I have chosen to hide the ‘Header Image’ in the ‘Hide Elements’ section on the edit page.

    Thanks.

    #85761
    Zed
    Cryout Creations mastermind

    The header image is displayed if it is set in the general options. It can be hidden from specific pages and posts by using the Plus theme’s meta options.

    Its visibility can be further tweaked with custom CSS if desired – the CSS depends on the site section it should apply on:

    <section identifier> #header-image-main {
        display: none;
    }

    Keep in mind that in Roseta the header image section also holds the page/post/section title and the breadcrumbs. These would no longer be visible when the header image is hidden this way.


    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 ‘Header Image’ is closed to new replies.