Home Forums WoodMart support forum Out of Stock Products Can still be Added to Cart Reply To: Out of Stock Products Can still be Added to Cart

#467443

HokaChic
Participant

I need to remove the “Out of Stock” product label from the product grid. I have added this CSS, But the “sold out” still shows up:

.single-product .product-grid-item .product-labels .out-of-stock {
display: none;
}
body .labels-rounded .out-of-stock {
display:none;
}

The other product labels have the option to turn on/off. Can you please add that option for Out of stock too?

Attachments:
You must be logged in to view attached files.