Menu Item Hover Underline Color
-
How do I change the color of the underline for the menu hover option?
Looks like it’s using my primary color but I need it white..
Attachments:
You must be
logged in to view attached files.
Hi edidovski,
Thanks for reaching to us and appreciate your patience.
I see you removed the underline instead, please let me know if you need further helps.
Regards,
Hey, no I didn’t remove the underline. I need a way to change the underline color because right now it’s the same color as the background so it’s not visible.
Hi edidovski,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-nav[class*="wd-style-underline"] span.nav-link-text:after {
background-color: #fff;
}
Regards,