Change Navbar Background and Font Colour

Hi,

I’ve been looking for a way to change the background color of the navbar during the fix position but have not found it yet. can you help?

I want the navbar background to navy and the menu to white colour.

please help me i do not understand too much about CSS.

Thank you.

Hello,

I suppose you mean something similar to this:

Please go to appearance >> customize >> custom css and js >> custom css box and add the css from below in your custom css box:

.navbar-collapse {
background: blue;
}

#header.fixed-position {
background: blue;
}

This is for the background. And the font color can be set via Customizer >> Header Navbar >> Nav Bar Link Colour (Non-Transparent Background)

Thank you

Hi,

Sorry for late response.
Yes, it is true.
this problem has been resolved.

Thank you very much for your help.