Home › Forums › WoodMart support forum › Change new icon color › Reply To: Change new icon color
June 7, 2022 at 2:34 am
#381525
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*new if rectangular*/
body .labels-rectangular .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*new for rounded*/
body .labels-rounded .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Best Regards