Let me know what exactly you mean by “menu”.
Cheers.
]]>If you are using WP 4.7 or above then you can paste the following in Appearance->Additional CSS
.navbar {
background-color: #000;
}
Change the color hex value(#000) in the above code as you like. You also create a child theme and use the same code in its style.css
]]>You can also used below plugin to change navigation colors in wordpress admin panel.
https://www.ads-software.com/plugins/am-login-logo/
Change Navigation Background Color
Change Navigation Font Color
Change Navigation Font Hover Color
Change Navigation Hover Background Color
Change Sub Navigation Background Color
Change Sub Navigation Font Color
Change Icons Color
Hope it’s help to you.
Thanks.
]]>