Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*sales*/
body .labels-rectangular .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*hot*/
body .labels-rectangular .featured {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*new*/
body .labels-rectangular .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
If you have set round labels, replace the selector .labels-rectangular
for .labels-rounded
Best Regards