how to change Swatch color
-
Hello,
i need to know how to change on single product page and product swatch m,l,xl, xxl hover color change currenty its black i tried with css but not working can you kindly help me with that
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following custom css code in Theme Settings > Custom CSS:
[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:hover:not(.wd-disabled),
[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text.wd-active {
background-color: #e82424 !important;
color: #ffffff !important;
}
Best Regards,