Home › Forums › WoodMart support forum › Add color to active link › Reply To: Add color to active link
July 31, 2020 at 9:37 am
#215645

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-color-dark .navigation-style-underline .current-menu-item > a {
color: red;
}
Best Regards