Home › Forums › WoodMart support forum › Product labels color › Reply To: Product labels color
November 15, 2022 at 5:19 am
#421138

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: red;
color: yellow;
}
Please replace the color as per your needs.
Best Regards