View
 

How to remove qty label on the product page

Page history last edited by Eugene 10 months, 2 weeks ago

Use this custom CSS rule:

 

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