Home › Forums › WoodMart support forum › Att. on pic – can we change the way it appears? As in Darker? › Reply To: Att. on pic – can we change the way it appears? As in Darker?
May 30, 2020 at 5:30 pm
#199274

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.attribute-label:not(.label-with-img) {
background-color: rgba(255, 255, 255, 1);
color: #000000;
}
Then find this code in your custom CSS:
body .product-labels.labels-rounded span {
font-size: 10px;
font-weight: 400;
}
Replace for this one:
body .product-labels.labels-rounded span {
font-size: 10px;
font-weight: 600;
}
Best Regards