How to remove quantity selector from cart (Editions theme)

I sell one of a kind items and need to remove the quantity selector from the cart page. Does anyone know how to get rid of the little up/down arrows (circled in red)?

Thanks!

Hey @mialouise
Kindly share your Store URL and Password if enabled

@mialouise

Please share your store URL!

Thanks!

www.improvgoods.com

@mialouise
Hello, Can you Please Share Your Store URL I will check and Provide Proper Solution
Thanks

Hey @mialouise

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag
{% if template == 'cart' %}

{% endif %}

NOTE: Removing only those arrows is not possible so here’s a similar solution which might help you out

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@mialouise
Hello,
Please change your input type format currently input type format its number So
Go to online store > Select theme > Edit Code > main-item-cart.liquid
Search Following code


        Quantity
        
        
          Remove
        
      

change input type number to input type text

Like This