Hide Cart Quantity (7.1 Version)

grey_ghost.png

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.


Previous
Previous

Hide Button In Mobile Menu

Next
Next

Hide Cart Quantity (7.0 Version)