Home › Forums › Support › blog page has two headers › Reply To: blog page has two headers
October 15, 2015 at 4:15 pm
#144725
Lead Developer
Lead Developer
To remove the top header on the blog, you can use this CSS:
.blog .site-header {
display: none;
}
The only way to display blog posts on a regular page would be to use a plugin like this: https://wordpress.org/plugins/display-posts-shortcode/
Let me know if you need more info 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development