How to Remove Product Quantity on Squarespace in 10 seconds

Are you trying to hide the Product Quantity field on your Squarespace website?

These steps will show you how in 10 seconds you can safely hide the product quantity field, so when your users click Add to Cart, they will add only one of your product!

Here’s how:

Open your CSS Editor, and add this block of code to it. To find your CSS Editor, you can go to Website, then Website Tools, then Custom CSS.

.product-quantity-input {
  display: none !important;
}

And that’s it! Your product quantity field should now be hidden.

If you ever want it back, you just need to remove that block of code and after saving, it will reappear on your product page.

Previous
Previous

How to Add a Custom Font to Squarespace in 3 Easy Steps (updated 2024)