-
-
Hi,
The quantity box is broken in the single product page, please see the following link for your information: https://imgur.com/jLLRXp0
Thanks and Best regards.
- This topic was modified 6 years, 4 months ago by skong328.
-
Hello,
Please add the css code below in Customizing ▸ General ▸ Custom Codes:
.woocommerce .quantity { position: relative; display: inline-block; }
Best regards!
-
Hi, it is work on the variable product but the quantity box is disappeared on the simple product.
Thanks and Best regards.
-
-
Hello,
I added this code into Customize > General > Custom Codes > Custom Css:
.woocommerce .quantity:before { right: 75.5%; } .woocommerce .quantity:after { right: 75.5%; } .tawcvs-swatches .swatch-label { width: 50px !important;}
This is the result: https://postimg.cc/image/g2gja56k7/
I don’t see the previous code here. Were did you add it? Do you have removed it already?
Let me know.Best regards!
-
-
-
-
Hello,
Product quantity disappeared because you have set the product to be sold as individual. For each product, go to Inventory and dis-active that option.
Please remove the CSS added before to fix that css issue with simple products. About the variable product, please add this css line:
.woocommerce-variation-add-to-cart.variations_button{ display:flex; }
It should be fine now.
Thanks
-
-
You must be logged in to reply to this topic.