Home › Forums › WoodMart support forum › Product Label set up › Reply To: Product Label set up
September 9, 2020 at 2:43 pm
#224928
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .product-label.out-of-stock {
background-color: blue;
color: yellow;
border-radius:0;
}
Please replace the values as per your needs.
Best Regards