[Resolved] Hide Header in Blog

Home Forums Support [Resolved] Hide Header in Blog

Home Forums Support Hide Header in Blog

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #196548
    Derek

    I want to disable header section inside Blog and shop page, I have disable it from Disable Elements but this is not working and still showing header there.

    #196563
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .blog .site-header,
    .archive .site-header,
    .woocommerce .site-header {
        display: none;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    What shop plugin are you using?

    • This reply was modified 7 years, 10 months ago by Tom.
    #196566
    Derek

    For shop I am using Woocommerece.

    #196569
    Tom
    Lead Developer
    Lead Developer

    I just edited the code above ๐Ÿ™‚

    #196570
    Derek

    thanks Tom, Fixed…!!

    #196571
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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