Home › Forums › WoodMart support forum › Modify hover color for header menu and product swatch › Reply To: Modify hover color for header menu and product swatch
July 30, 2021 at 11:51 pm
#309826
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
Hover:
body .text-only.wd-swatch:hover {
color: red;
}
body .wd-swatch.text-only:after {
border-color:red;
}
Selected:
body .text-only.active-swatch.wd-swatch {
color: orange;
}
body .wd-swatch.active-swatch.text-only:after {
border-color:orange;
}
If you have any questions please feel free to contact us.
Best Regards