- This topic has 4 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › How can I get the cart quantity box to display more than 2 characters
Tagged: quantity box
As title I need to have hundreds in the quantity box in the cart but the default shows only 2 characters
Let me know if the following tweak works for you:
If it doesn’t, please reply back with product page URL so I can check it.
I need to know what setting I need to change showing an example of making the ADD TO CART button is fine but where/what do I need to adjust for the quantity box size.
[http://gedz.co.uk/imlgolf/member-labels/]
Install the following plugin (if you haven’t already):
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following custom CSS code in there:
input.eStore_cart_item_qty{
width: 60px !important;
}
Thank you for that I couldnt find where to make the change I have slimjet installed and activated the Custom CSS and it works just fine
Thanks for your help