How to add quantity selector next to quick add to cart on Dawn theme?

Is someone able to help me add a quantity selector next to the quick “Add to cart” button on both collection pages and the Featured collection block?

https://www.goorganicshopping.com.au/

Password: neovew

Thank you, much appreciated.

1 Like

@Natural1 , go to base.css and add the following code :

.product-form__submit{

 width:70% !important
}

.product-form__input product-form__quantity{
    position: relative !important;
    top: 72px !important;
    left: 210px !important;
}

Result:

I pasted the code like you said, but nothing changed. Also, I want to the quantity selector to be displayed on the collection pages where you can see a bunch of products, next to the quick add to cart button.

@Abdosamer