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?

#199274

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