Home Forums WoodMart support forum Main menu color Reply To: Main menu color

#231868

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