Archived topic
How to hide Site Title on blog posts and pages
5 replies · Started by sebastian on May 17, 2019
Hi there,
is there a way to hide the site title on blog posts and pages?
Hi there,
with this this CSS:
.single-post .site-branding {
display: none;
}
Thanks very much that worked.
Is there a way to do the same for certain wp pages?
Might be easier to use the Layout Element and disable the Site Header for the pages / posts you want it hidden on:
https://docs.generatepress.com/article/layout-element-overview/
Or you can do it on a page by page basis:
https://docs.generatepress.com/article/layout-metabox-overview/
Perfect, thanks!
Glad to be of help