This topic has 10 replies, 6 voices, and was last updated 8 years, 11 months ago ago by Stan Russell
I understand that WooCommerce did away with the plus/minus buttons next to the quantity box but since the upgrade I have two little up/down arrows that appear inside of the box, next to the number. How do I get rid of them?
They appear in Chrome, Safari, and Firefox browsers on Mac and PC.
AP
You may try to use this plugin to change layout of buttons or downgrade to the previous woocommerce version.
With best regards
Brian Johnson
The plugin worked great. Thank you!
Hello,
You’re welcome!
Regards,
Robert Hall.
Hello,
I miss the the plus/minus buttons after updating the theme up to version 2.5. Instead of plus/minus-buttons I have up-and-down arrows on the single-product-page and in the cart-page.
Furthermore the width of the field is to small. I can only see one number and the arrows.
How can I get the plus/minus buttons?
Hello @Fellbacher_Weingaertner,
Plus/minus icons were removed in the Woocommerce update, it’s not related to the theme.
To increase the width of quantity block add this code in Theme Options > Custom CSS > Global Custom CSS:
.quantity input[type="number"] {
width: 50px !important;
}
Regards,
Eva Kemp.
Thank you Eva,
now it works. It’s a pity that they were reomoved. They looks better than the arrows 🙁
Kind Regards from Germany
Ralf
Hello @Fellbacher_Weingaertner,
Please try to install the WooCommerce Quantity Increment plugin and check arrows.
Regards,
Robert Hall.
Hi Robert,
if tried it and it looks good.
Thanks for your support
Ralf
Hello Fellbacher_Weingaertner,
you are welcome!
Regards,
Stan Russell.
Tagged: buttons, missing, plus/minus, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up