Hello, I have an issue with selecting quantities in the cart. When I add a product to the cart, I can’t decrease the quantity below 1, which makes it impossible to remove the product from the cart. The template is refresh, and the website is https://sztukawdrewnie.com.
Delete icon is available next to the quantity selector you need to fix it css.
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your component-cart-items.css file and paste the following code at the bottom:
cart-remove-button .button {
color: rgb(var(--color-foreground));
}
I made everything as you said and this doesnt work, still cant go under “1”
