How to create the hover effect on links
-
Hello
The woodmart theme has color change hover effects on some links but not on others. I need to use the same effect on other colors, please see screenshot and suggest how can I do the same on other links in the manues.
TIA
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
a.woodmart-nav-link .nav-link-text:hover {
color: var(--sub-menu-color-hover);
}
Best Regards