Home › Forums › WoodMart support forum › Label size › Reply To: Label size
April 20, 2021 at 2:52 pm
#284728

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.labels-rectangular .product-label {
padding: 5px 10px;
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Best Regards