We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
I am trying to change the navigation to be black instead of white once you scroll down the page (and the type would obviously be white as well). I want the absolute setting to still work (content pushed to the top)
I am trying to change the navigation to be black instead of white once you scroll down the page (and the type would obviously be white as well). I want the absolute setting to still work (content pushed to the top)
What is the best way to do this?
Hey,
Actually the best way to achieve that is via Custom CSS, so please add the following style and let me know if it is alright.
.l-primary-header--absolute .headroom--not-top {background-color: #000 !important;
} .l-primary-header--absolute .headroom--not-top nav ul.menu.m-header-default-menu li.menu-item > a {
color: #fff !important;
}
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.