This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Good afternoon,
I have an issue with product quality input in the single product page. The option is set to display it inline with the Add to cart button, but the +- input buttons are misbehaving. 🙂 Is it possible to completely remove the quantity box to have only the add to cart button left? Also, I would like to get rid of that icon before the Add to cart text. Thank you!
Hello,
Thanks for using our theme.
We can’t see your screenshot, unfortunately.
Please provide URL of your product.
Regards
I’m sorry about that, here it is – https://drive.google.com/file/d/1rKVHwGS0TfITbxzWqpnVRT_VVh1UJ2t0/view?usp=sharing
Here’s the link to the single product, so you can see the CSS too.
Hello,
Thanks for the reply.
Code that causes it comes from Elementor and jet-woo-builder plugins – https://gyazo.com/968707796303575ab895d2ade6f72f0b , so contact the support of plugins to get assistance.
Or use the next custom CSS code
.single-product .product .elementor-jet-single-add-to-cart .cart .quantity .input-text {
width: auto;
max-width: 45px;
}
.single-product .elementor-jet-single-add-to-cart .cart .quantity {
display: flex !important;
width: 93px !important;
float: left !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up