I have added some code to delete the quantity selector for desktop version,
but in mobile version there is still the quantity selector.
I am using debut theme
shop URL:
https://puppycanva.com/
Solved! Go to the solution
This is an accepted solution.
Add following line of CSS in theme for hiding quantity selector.
.cart__row .cart__qty { display: none !important; }