.navbar {
background-color: #0000ff;
}
You’ll then have to adjust the menu text color to white or something else fairly light.
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
]]>I don’t want to chage the background, but the menu text itself.
]]>a.nav-link {
color: #0000ff;
}
will do it
]]>Thank you for your help. One other problem, All the links changed to blue except for the home page. Please see the link below. I checked it on different browsers.
]]>.navbar a.active {
color: #0000ff!important;
}
]]>
For some reason that code did not Work. It may be hyperlinks gray again
]]>I recommend asking at https://www.ads-software.com/support/theme/avik#new-post so the your theme’s developers and support community can help you with this.
]]>