[Resolved] How to hide Site Title on blog posts and pages

Home Forums Support [Resolved] How to hide Site Title on blog posts and pages

Home Forums Support How to hide Site Title on blog posts and pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #902541
    sebastian

    Hi there,

    is there a way to hide the site title on blog posts and pages?

    #902555
    David
    Staff
    Customer Support

    Hi there,

    with this this CSS:

    .single-post .site-branding {
        display: none;
    }
    #902690
    sebastian

    Thanks very much that worked.

    Is there a way to do the same for certain wp pages?

    #902696
    David
    Staff
    Customer Support

    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/

    #902699
    sebastian

    Perfect, thanks!

    #902701
    David
    Staff
    Customer Support

    Glad to be of help

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