This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi,
I need to change the sale icon colour from blue to red, if I change it in the settings it changes the whole colour scheme for the site. I want to change only the sale icon and nothing else. If you can let me know how to do this that would be great.
Hello,
Try to add this code into custom.css file.
.type-label-2 {
background: red;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
This didn’t work sorry. I added it to the custom css but it just stays the same colour. Is there another way I can change it?
I’ve replace that code
.type-label-2 {
background: red;
}
for
.type-label-2 {
background: red !important;
}
And now it’s work fine. Check it, please.
Regards,
Robert Hall.
Awesome, Thank You. Works Perfectly!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Change Sale Icon Colour.’' has been successfully resolved, and the topic is now closed for further responses