Home › Forums › Basel support forum › Overwrite Badge "Out of Stock" › Reply To: Overwrite Badge "Out of Stock"
July 6, 2017 at 8:55 am
#16026
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.out-of-stock-label {
display:none;
}