Home › Forums › WoodMart support forum › Main menu color › Reply To: Main menu color
October 8, 2020 at 2:17 pm
#231868
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-header-bottom .main-nav .item-level-0 > a{
background:red;
color:yellow;
}
body .whb-header-bottom .main-nav .item-level-0 > a:hover{
background:green;
color:red;
}
body .whb-header-bottom .main-nav .current-menu-item > a:hover{
background:green;
color:red;
}
body .whb-header-bottom .main-nav .current-menu-item > a{
background:blue;
color:orange;
}
Set the color as per your needs.
Best Regards