Site logo

Archived topic

Remove QTY text

6 replies · Started by Jerry on August 28, 2021

Viewing posts 1–7 of 7

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.

QTY image

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 :)

This archived topic is closed to new replies.