Home Forums WoodMart support forum Menu Item Color Reply To: Menu Item Color

#55034

Hello,

Please try this code:

 .whb-header-bottom .main-nav .item-level-0 > a{
color:#dd8500;
}
/*on hover*/
 .whb-header-bottom .main-nav .item-level-0 > a:hover{
color:#dd8500;
}

Please the color on hover if you need or delete the code. Add this CSS to Theme Settings > Custom CSS

Best Regards