Fixed Header disappears - by Martijn - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler

  • Avatar: Martijn
    Martijn
    Participant
    June 24, 2020 at 08:39

    Hi, How can I really fix fixed header? Now it disappears when you scroll down and then comes back again. I really want it fixed at the top. Thanks!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2020 at 13:39

    Hello,

    Theme Options > Header settings > Fixed navigation > Off.
    Add this code in Theme Options > Theme Custom CSS:

    .main-header {
        position: fixed;
        z-index: 3;
        width: 100%;
        background-color: #3c3c3b;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.