add background color to NavBar on scroll

  • Unknown's avatar

    to whom it may concern,

    I was wondering how to add a background colour to my navbar when scrolling. It is fixed to the top of the page and when a user scrolls down the page I would like the background to turn into a solid colour.

    Thank you,

    Henry

    The blog I need help with is: (visible only to logged in users)

  • Hi Henry,

    Just noting your Business Plan gives you access to 24/7 live chat support with questions like these. Just go to My Sites and click the help icon bottom-right to start a new chat.

    Go to My Site ->Design ->Customize ->Additional CSS, and paste the following code on a new line in the code editor there:

    /* Makes sticky-header bar opaque */
    #header .header-bg {
      background-color: rgba(255,255,255);
    }
  • The topic ‘add background color to NavBar on scroll’ is closed to new replies.