Home › Forums › Basel support forum › Change the menu color? › Reply To: Change the menu color?
October 3, 2021 at 10:39 pm
#322835
Elise Noromit
Member
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