Home Forums WoodMart support forum change label color Reply To: change label color

#245353

Hello,

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

/*sales*/ body .labels-rectangular .onsale { 
color:#ffffff; 
background-color:#000000; 
}
/*hot*/
body .labels-rectangular .featured {
color:#ffffff;
background-color:#000000;
}
/*new*/
body .labels-rectangular .new{
color:#ffffff;
background-color:#000000;
}

Best Regards