Home › Forums › WoodMart support forum › Customize color for attribute badge › Reply To: Customize color for attribute badge
October 16, 2020 at 11:15 am
#233752
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
For Sold Out:
.product-label.out-of-stock {
background-color: #000000;
}
For the Other label:
.product-label.attribute-label:not(.label-with-img) {
background-color: red;
}
Regard’s.
Xtemos Studios.