Home › Forums › WoodMart support forum › Underline active menu item › Reply To: Underline active menu item
March 20, 2023 at 4:44 pm
#452695
Aizaz Imtiaz Awan
Keymaster
Hi,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav[class*="wd-style-"]>li.current-menu-item>a {
color: green;
text-decoration: underline !important;
}
Best Regards.