Home › Forums › WoodMart support forum › MAin menu Hover color › Reply To: MAin menu Hover color
June 23, 2023 at 3:03 pm
#476890
Aizaz Imtiaz Awan
Keymaster
Hello,
You have used the CSS for this:
a.woodmart-nav-link {
color: grey !important;
}
a.woodmart-nav-link:hover {
color:green !important;
}
Here you can change the menu color or remove the CSS and change from theme setting.
Best Regards.