View
 

How to remove the product weight from showing in the cart

Page history last edited by Eugene 1 year, 1 month ago

Use this custom CSS:

 
span.ecwid-productBrowser-cart-weight, span.ecwid-Invoice-productDescr-weight {
  display:none;
}