Home › Forums › Basel support forum › Labels › Reply To: Labels
September 29, 2020 at 1:01 pm
#229663
Elise Noromit
Member
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