Home Forums WoodMart support forum MAin menu Hover color Reply To: MAin menu Hover color

#476890

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.