How to hide quantity box on Cart Page Dawn 10.0.0

I hope someone could help me on how to hide the quantity box on cart page.

My theme is Dawn 10.0.0

Hello @RoEscobar ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Sections → cart-template.liquid file
  • Look for the code that generates the quantity box on the cart page. It might look like <input class=“quantity” type=“number” … /> or <input class=“quantity-input” type=“number” … />.
  • Comment out or delete the code related to the quantity box. To comment out the code, wrap it with {% comment %} and {% endcomment %} tags. For example:
{% comment %}

{% endcomment %}
  • Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

1 Like

Hi ! Thank you for you reply! Is this for Dawn Them?

I can’t find cart-template.liquid file , please se attached screen shots. Basically that is what I found.

Glad to help. Can you share the link to your website?