Home Forums WoodMart support forum out of stock label Reply To: out of stock label

#554257

Hello,

Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

.product-labels .product-label.out-of-stock {
     width: 90px;
   border-radius: 10px;
}

Best Regards.