Hide Cart Quantity (7.1 Version)
Description
Hide the cart quantity number from the cart icon. This plugin uses css editor and works with Squarespace 7.1.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Hide Cart Quantity // .icon-cart-quantity { display: none; }
Customize
You do not need to change any values.