On my product page Rackgrip™ Pro
how i hide original Quantity chooser?
Thanks in Advance! ![]()
Hello @Kotipojat
Here are the steps to apply the necessary changes in your Shopify store:
In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
Locate Asset > base.css and paste the following code at the bottom of the file:
.rg-product__quantity {
display: none !important;
}
Result:
Let me know if you need further assistance!
Hey @Kotipojat
Follow these Steps:
<style>
.rg-product__quantity {
display: none !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Thank you, this one fixed it! ![]()
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.