Home › Forums › WoodMart support forum › Setting "main menu" in "WoodMart header builder" › Reply To: Setting "main menu" in "WoodMart header builder"
April 12, 2019 at 1:04 pm
#118450
Elise Noromit
Member
Hello,
As I understood you want to highlight the current menu item, if so
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-light .navigation-style-bordered .item-level-0.current-menu-item>a{
color:red;
}
Set the color as per your needs.
Best Regards