Home Forums Basel support forum Change the menu color? Reply To: Change the menu color?

#322835

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .widget_nav_mega_menu .menu>li>a {
background-color:white;
color:black;
}
body .widget_nav_mega_menu .menu>li>a:hover {
background-color:yellow;
color:black;
}
body .widget_nav_mega_menu .widget-title{
background-color:white;
color:black;
}

Best Regards