Home Forums WoodMart support forum Change new icon color Reply To: Change new icon color

#381525

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