How to change the color of the discount?
-
Hi, How do I change the color of the round circle in which the discount is visible?
Now it’s white, would like a different color.
See attached image
Attachments:
You must be
logged in to view attached files.
Hello,
The code below will help you to change the color of these labels. Please define it via Theme Settings -> Custom CSS.
.xts-product .xts-product-label {
background-color: #5c5656;
color: #fff;
}
.xts-product .xts-product-label.xts-onsale {
color: #fff;
}
If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.
Kind Regards
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Hello,
I have checked the above code on your side and it works well, please check the screenshot below.
https://take.ms/k2YHf
So please activate it again and then clear the cache and recheck the labels.
Kind Regards