Archived topic
hide site header on blog page
1 reply · Started by Ronald Roy on January 25, 2017
Viewing posts 1–2 of 2
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.
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.
This archived topic is closed to new replies.