Home › Forums › WoodMart support forum › How to create the hover effect on links › Reply To: How to create the hover effect on links
December 29, 2021 at 11:41 am
#342523

Aizaz Imtiaz Awan
Keymaster
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