How change label colours?
-
Can you explain how can i change the colour of all label?
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-label.onsale {
background-color: blue;
}
.product-label.featured {
background-color: red;
}
.product-label.new {
background-color: orange;
}
Kind Regards
XTemos Studio
Hi,
I couldn’t find these settings within the theme settings.
Is this not included? If that’s the case, why is that?
It makes sense to have those options in label-style settings. 🙂
Regards
Hi,
We will consider this as a feature request for our updates, but for now, you can use custom code from this reply.
Kind Regards