Home › Forums › WoodMart support forum › Out of stock › Reply To: Out of stock
October 3, 2024 at 10:49 am
#602168
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-grid-item .stock.out-of-stock {
display: none !important;
}
Best Regards