Changing Background Colors

Oh damn, my bad, i meant the header. My header is dark, your support team already gave me a css for this, but when i croll down it gets light again. see pictures.
When we turn the scrolled header dark, we also need to make the text of the menu in it light.

Hello there,

Thanks for clarifying.

This should help:


/*Dark Header*/
#header-wrap.smaller {
    background-color: black;
}
.smaller .logo {
    color: #fff;
}

Best Regards,
Support

Perfect, now i just need the menu color to be light, like it is when i havent scrolled, see pictures.
Kind regards
Chris

Hello there,

This should change the menu:


/*Menu colors*/
nav.main-navigation.logo-image.visible a {
    color: white;
}

#nav-expander i.fa-bars:hover {
    color: white;
}

Best Regards,
Support

Dear Support, its all perfect now, thanks a lot for your help and patience.
I will probably come back with new questions, as soon as i added more contenct, in 3 weeks probably :slight_smile:

Thanks again and have a nice day
Kind regards
Chris

Hello there,

I am glad the solutions helped you out.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support