Home › Forums › WoodMart support forum › Hide sale badge when product out of stock › Reply To: Hide sale badge when product out of stock
August 15, 2024 at 12:34 pm
#590306
Hung Pham
Keymaster
Hi cam.man,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-product.outofstock span.onsale{
display: none;
}
Regards,