[Resolved] Remove header and just leave content?

Home Forums Support [Resolved] Remove header and just leave content?

Home Forums Support Remove header and just leave content?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #393533
    Lazar

    Hi, is there a way to remove the site header? I just have a white bar above the header menu on all pages, how can I remove it?
    I tried to add this css using simple css, but nothing is happening. :/

    .entry-content {
    margin: 0;
    }

    Sorry for being a noob. :/

    #393651
    Tom
    Lead Developer
    Lead Developer

    If you have nothing in your header, you can set all your heading padding to 0: Customize > Layout > Header

    Or add this CSS:

    .site-header {
        display: none;
    }
    #393662
    Lazar

    Thank you Tom! The CSS worked!

    However when I enter Customize > Layout > Header I can’t change any padding, only drop-down menus for Header Width, Inner Header Width, and Header Alignment. Don’t know why.

    #393668
    Tom
    Lead Developer
    Lead Developer

    You likely don’t have the Spacing add-on activated.

    #393679
    Lazar

    Sorry for bothering you but I have another question, is there a way for me to add the logo of the site on top of the featured image of my page header? I assume I could do it using code in the content section? Thank you so much!

    #393705
    Tom
    Lead Developer
    Lead Developer

    Can you show me an example?

    #393732
    Lazar

    https://i.imgur.com/MDsffJ0.jpg

    I want to put logo on top of the current image so I could get the parallax effect behind the logo.

    #393847
    Leo
    Staff
    Customer Support

    How is that image added?

    That can be done using the page header add-on: https://docs.generatepress.com/article/page-header-overview/

    Let me know.

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