Home › Forums › WoodMart support forum › out of stock label › Reply To: out of stock label
April 2, 2024 at 3:25 pm
#554257
Aizaz Imtiaz Awan
Keymaster
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.