Home Forums Basel support forum Labels Reply To: Labels

#229663

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .labels-rounded .onsale{
background:red;
color:yellow;
}

If you do not need to change the background, remove this line: background:red; set the colors as per your needs.

body .labels-rounded .new{
background:red;
color:yellow;
} 

Best Regards