Solid Navbar when scrolling down only on Homepage

hey there.

i have received some css from you guys to fix the following.

i have an image on top of my home that i didnt want to be “cut off” by a navbar so i needed a transparent navbar. when scrolling down however it should become solid so that one can see it. on all my other pages i wanted a normal navbar with white background at all times. all of that works fine.
unfortunately when i scroll down on, the navbar turns into a solid black on all pages. i only want this to happen on my homepage though. what must i add to the css?

Hi There,

Please also add this custom CSS:

body:not(.home) .x-navbar.x-navbar-fixed-top {
    background-color: #fff !important;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.