Comments philschorr started the conversationMarch 11, 2019 at 3:59amI 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? 675Neuron repliedMarch 11, 2019 at 10:02amHey,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. Sign in to reply ...
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.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.