Home Forums WoodMart support forum Nav Menu Hover Reply To: Nav Menu Hover

#264376

Hello,

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

ul#menu-categories a.woodmart-nav-link:hover {
    font-weight: bold !important;
}

Best Regards.