Home › Forums › Basel support forum › Out of stock badge doesn't abolish sale badge › Reply To: Out of stock badge doesn't abolish sale badge
October 27, 2016 at 5:00 pm
#5982
Artem Temos
Keymaster
Here is a quick fix for you: add this code snippet to the Custom CSS area in Theme Settings
.product-grid-item.outofstock .product-element-top .onsale {
display: none;
}
Regards