Buy me a coffee

Remove Quantity in Squarespace

Remove quantity from Product block

Add to Home > Design > Custom CSS

/* remove quantity product block */
.product-block .product-quantity-input {
    display: none !important;
}

Remove quantity from Product detail page

Add to Home > Design > Custom CSS

/* remove quantity */
.collection-type-products .product-quantity-input {
    display: none !important;
}

Remove quantity from certain products

Edit Product > Additional Info > Add Code Block > Paste this code

<style>
/* disable quantity */
.product-quantity-input {
    display: none !important;
}
</style>

Remove quantity from Products belong to a certain category/tag

Assume a category or tag called Travel Bike

To hide products belong this category/tag, add this code to Home > Design > Custom CSS

/* Hide products belong no-quantity tag */
.tag-travel-bike .product-quantity-input {
    display: none;
}
/* Hide products belong no-quantity category */
.category-travel-bike .product-quantity-input {
    display: none;
}

Remove quantity from Shop Cart Page

.item-quantity {
    display: none;
}

2 thoughts on “Remove Quantity in Squarespace”

Leave a Reply to PM Kids Cancel reply

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder