View
 

How to remove the "In Stock" label

Page history last edited by Eugene Rimmer 8 months, 1 week ago

Add this code to your Ecwid CSS theme:

 

div.ecwid-productBrowser-details-inStockLabel {
    display:none;
}