Home › Forums › WoodMart support forum › Menu Item Color › Reply To: Menu Item Color
April 27, 2018 at 1:57 pm
#55034
Elise Noromit
Member
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