Home › Forums › WoodMart support forum › Underline on hover in page title › Reply To: Underline on hover in page title
October 25, 2022 at 3:30 am
#416265
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after {
background-color:red
}
Best Regards