How can I remove product quantity from product pages?

Hi. Can someone tell me how to remove product quantity from these product pages?

https://www.smokegrenadesuk.co.uk/collections/offers/products/trafalgar-2-x-red-and-2-x-white-handheld-flame-flare-60-seconds

@CovFK

.product-form__item.product-form__item--quantity {
    display: none !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.css

Hi. My theme doesn’t have theme.css. It just has theme.scss.liquid. When I click that i get an error to say I need to convert to css as scss isn’t supported. How do I do that?

That doesn’t seem to have worked. I am trying to remove the text that is highlighted in the red box.

@CovFK ,

.inventoryWrapper {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.css

1 Like

Thank you this has worked!