Home › Forums › WoodMart support forum › New Products › Reply To: New Products
October 7, 2020 at 8:36 am
#231448
Elise Noromit
Member
Hello,
I cannot view the site. It is not workable now.
Please try this code to add to the Theme Settings > Custom CSS > Global:
/*new*/
body .labels-rectangular .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
If it does not work, try this one:
/*new*/
body .labels-rounded .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Change the styles as per your needs and remove the lines you do not need.
Best Regards