Looking to have the nav bar 4 option work where it is translucent at the top and when it shifts to black have it be green instead... The custom css made it green on the homepage and then it turned to black once scrolled to the next page. Just want to replace the black and not the translucent... Any ideas?
I would like to change the navigation bar color to something other than black. Is this possible?
Try adding
.navbar-inner {
background: #your color here;
}
to theme options -> custom css
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Looking to have the nav bar 4 option work where it is translucent at the top and when it shifts to black have it be green instead... The custom css made it green on the homepage and then it turned to black once scrolled to the next page. Just want to replace the black and not the translucent... Any ideas?
Hi,
try also
.is-sticky .navbar-inner{
background: #your color here;
}
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Perfect! Thank you!