View
 

How to remove prices and "Add to cart" buttons

Page history last edited by Eugene 1 year, 9 months ago

Use this custom CSS:

 

div.ecwid-productBrowser-price {
  display:none;
}
td.ecwid-productBrowser-productsTable-buy, div.ecwid-AddToBagButton {
  display:none; 
}