fbpx
đŸ€Â  NEW YEAR SALE RETURNS - 50% OFF all plans! đŸ€ Grab it Now

How to remove In Stock/Clear on Shop page

Dave Verzijl

How do I remove the “Op voorraad” (In Stock) and “Wissen” (Clear) after selecting a variation on the Shop page?

screencapture-gunderwear-nl-webshop-ondergoed-product-cat-string-2021-12-04-16_49_55.png

Hakik Zaman

Hi Dave,

Thanks for reaching out to us.

To remove Wissen” (Clear)

Please try to disable this option from Swatches > Archive/shop > Show clear link

To remove the “Op voorraad” (In Stock)

Please put the below CSS to Appearance > Customize > Additional CSS and hit Publish button

.woocommerce-shop .woocommerce-variation-availability {
   display: none;
}

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Dave,

Remove this code

.woocommerce-shop .woocommerce-variation-availability {
   display: none;
}

and paste the below code

.woocommerce-variation-availability {
   display: none;
}

Hopefully, it will work on every place of your site.

If you found my support helpful, my humble request to you to write your beautiful thought here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Thank You