Home Forums WoodMart support forum Product label Reply To: Product label

#153025

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