Home › Forums › WoodMart support forum › remove “new” label if the product is out of stock › Reply To: remove “new” label if the product is out of stock
April 11, 2024 at 12:31 pm
#556514

Luke Nielsen
Keymaster
Hello,
Define the code below in Theme Settings -> Custom CSS:
.product-grid-item.outofstock .product-labels .product-label.new {
display: none;
}
.single-product .outofstock .product-labels .product-label.new {
display: none;
}
Clear the cache and recheck the issue.
Kind Regards