Change navbar color only after scroll
-
Good day guys!
I changed my navbar colors by:
.page .navbar-custom { background: #FE4365 !important; } .page nav.navbar.navbar-custom{ background: #FE4365 !important; } .navbar-custom { background: #FE4365 !important; } nav.navbar.navbar-custom{ background: #FE4365 !important; } body.home .navbar-transparent { background:transparent !important; }
And it changed, that’s fine. But I want navbar stay transparent before scroll and only at scroll become pink. If it’s posibele, what did I miss in my code?
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Change navbar color only after scroll’ is closed to new replies.