After updating the WooCommerce plugin, the word 'Quantity' on the product page has disappeared!

Hi, I created a staging site to do several plugin updates and after updating WooCommerce, the word ‘Quantity’ on the product page has disappeared! It used to be above the field where you enter the quantity of the product and I have no idea how to get it back! I hope you can help!

Here’s a screen grab of before the update with the word ‘Quantity’ above the field:

Here’s a screen grab of after the update with the word ‘Quantity’ missing:

I’ll put the URL in a secure note as it’s a staging site and on a temp link before it goes live!

Thanks!

Hello @core365,

Thanks for writing to us.

To display the quantity text you need to add this custom CSS code under X/Pro —>Theme Option —>CSS

.woocommerce .quantity label.screen-reader-text {
clip-path: unset !important;
height: auto !important;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Hi @prakash_s,

That’s great, it worked!

Many thanks for your help!

You are welcome @core365

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.