[Resolved] how to hide header on the post entry?

Home Forums Support [Resolved] how to hide header on the post entry?

Home Forums Support how to hide header on the post entry?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229935
    salva

    Hello
    I need to know how to hide header in the blog posts but keep the menu visible
    thank you very much
    salva

    #229942
    Jean Paiva
    Developer

    Hey Salva,

    With Generate Disable Elements addon or GP Premium you can achieve that on each post by selecting Header option.
    Disable Elements metabox

    Check this page for more information: https://generatepress.com/downloads/generate-disable-elements/

    Hope I’ve helped. 🙂

    #282368
    salva

    Ok thank!

    #282476
    Leo
    Staff
    Customer Support

    If you want to apply that to all of posts and not check them individually, try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Hope this helps!

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