[Resolved] Getting the Header to Not appear on Single Post Pages?

Home Forums Support [Resolved] Getting the Header to Not appear on Single Post Pages?

Home Forums Support Getting the Header to Not appear on Single Post Pages?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1289255
    James

    I would like to have the header disappear on single post pages, leaving only the nav bar, or a Menu bar, if possible.

    #1289262
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

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

    Let me know ๐Ÿ™‚

    #1289294
    James

    Perfect. Thanks, Tom, and Happy 6 Years of GP! Still lovin’ it.

    #1290644
    Tom
    Lead Developer
    Lead Developer

    Thank you! Glad I could help ๐Ÿ™‚

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