Home › Forums › WoodMart support forum › Hiding “Out of Stock” Label on Products › Reply To: Hiding “Out of Stock” Label on Products
February 29, 2024 at 6:49 pm
#545161

Hung Pham
Keymaster
Hi sahalshazz777,
Thanks for reaching to us.
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body .product-labels .out-of-stock {
display: none;
}
Regards,