Hello,
the quantity arrows on the product page and on the cart page don’t work on Firefox, in Chrome they work!
X and cornerstone are all updated to the latest versions.
you can check here https://www.aquantum.gr/shop/aragonitis-botsalo/
I have attached a photo for you to see:

Hello Stella,
Thanks for writing to us
It seems that the input number box is not working in Firefox due to padding. To make it working on Firefox you need to add this Firefox-specific custom CSS code under X/Pro —>Theme Option —> CSS
@-moz-document url-prefix() {
[class*="woocommerce"] .quantity input[type="number"] {
padding: initial !important;
}
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks
Thank you Prakash, it works now!
You are the best.
You are most welcome Stella.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.