Archived topic
Remove QTY text
6 replies · Started by Jerry on August 28, 2021
Hi guys, I am really stuck. I'd like to remove the QTY text and have the quantity dropdown box be the same width as the add to cart button.
Don't know how to isolate it and remove it?
Its on the happybrewkombucha.com/shop and on the single product pages too.
https://tinyurl.com/ydl5ovbp this is the image, not sure if it uploaded
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Leo,
the link was mentioned above too but here it is again https://www.happybrewkombucha.com/shop
This is something that should be answered by WooCommerce' support team but try this CSS:
.quantity span {
display: none;
}
Thank you, this is why we use GP and GB on over 30 websites and recommend to anyone else! Thanks!
No problem :)