Home › Forums › WoodMart support forum › Product label › Reply To: Product label
October 28, 2019 at 8:41 pm
#153025
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .onsale {
background:red;
}
body .labels-rounded .featured {
background:green;
}
Set the color as per your needs.
Best Regards