Okay
  Public Ticket #1927670
Navigation Dark Mode
Closed

Comments

  • philschorr started the conversation

    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?

  •  675
    Neuron replied

    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.