Home Forums WoodMart support forum Sold out label Reply To: Sold out label

#327253

Hello,

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

/*product*/
body .product-images .labels-rounded .out-of-stock {
    min-width: 77px;
    min-height: 77px;
}
/*grid*/
body .labels-rounded .out-of-stock {
    max-width: 79px;
    font-size: 12px;
}

Best Regards