Home Forums WoodMart support forum change color sub-menu categories Reply To: change color sub-menu categories

#339837

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.categories-menu-dropdown .wd-nav-vertical > li > a:hover{
	background:red;
	color:orange;
}
.categories-menu-dropdown .wd-dropdown {
	background:red;
}

Best Regards