[Support request] hide site header on blog page

Home Forums Support [Support request] hide site header on blog page

Home Forums Support hide site header on blog page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268787
    Ronald Roy

    Hi,

    I’d like to have the blog page display its own image in place of the site header.

    I can get the blog page featured image to display, but it displays below the site header. Checking Disable Elements > Header when I edit the blog page doesn’t make the site header go away.

    #268794
    Leo
    Staff
    Customer Support

    Hi Roy,

    By default WordPress ignores metaboxes on all index pages.

    You can hide it with this CSS:

    .blog .site-header {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

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