Site logo

[Resolved] Sticky header

Home Forums Support [Resolved] Sticky header

Home Forums Support Sticky header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2544944
    Anil

    how to make header sticky without navigation

    #2544952
    Fernando
    Customer Support

    Hi Anil,

    If the option in Appearance > Customize > Layout > Sticky Navigation doesn’t work: https://docs.generatepress.com/article/sticky-navigation/

    Try adding this through Appearance > Customize > Additional CSS instead:

    header.site-header {
        position: sticky;
        top: 0;
        z-index: 10001;
    }
    #2544955
    Anil

    Thanks Fernando, done 🙂

    #2544977
    Fernando
    Customer Support

    You’re welcome, Anil! 🙂

    #2544982
    Anil

    I am seeing scrolled text beneath header, how to increase the opacity of header so that scrolled text and icons not visible in header area… also links in sidebar clickable under header area

    #2544995
    Fernando
    Customer Support

    I see. I modified the code above. Can you try that instead?

    #2545003
    Anil

    Thanks done 🙂

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