How can I remove the quantity selector on the Empire theme product page?

Hi guys,

Would anyone know how to remove the quantity selector on the product page for the Empire theme please? I’ve duplicated the Product Template to create an alternate but it only links to other sections and I can’t work out which section contains the right code and how to link it all together. I want it on an alternate so I can choose whether a product has the quantity selector or not.

Thanks

@McCraig16

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product-form--atc-qty {
    display: none !important;
}

Hi @dmwwebartisan , thank you, this worked for me. However, the “Add to cart” and “Buy it now” buttons are not aligned (please see screenshot below). Is there a way to fix this? Thank you

I have the same problem. Do you know how to fix it?