Home Forums WoodMart support forum Product labels color Reply To: Product labels color

#421138

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .product-label.attribute-label:not(.label-with-img) {
    background-color: red;
    color: yellow;
}

Please replace the color as per your needs.

Best Regards