Home Forums WoodMart support forum Product Label set up Reply To: Product Label set up

#224928

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