change menu bottom line hover color
-
I want to change bottom line hover color and menu item color only for one menu item NOT ALL!
Please see the attachement
Attachments:
You must be
logged in to view attached files.
Hello,
You need to insert this class: wd-accent-item into the menu item you want to change.
Then add this custom CSS:
.wd-accent-item {
--nav-color: red;
--nav-color-hover: blue;
}
.wd-nav[class*="wd-style-underline"] .wd-accent-item .nav-link-text:after {
background-color: red;
}
If you have any questions please feel free to contact us.
Best Regards