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

#309826

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