Woocommerce Stock Management
-
Hi, can you please advise the custom CSS to prevent the “In stock” badge from appearing on product pages (whilst still being able to use the inventory control in the backend)?
Thank you
Hello,
Please provide the page URL with the message I will provide custom CSS.
Best Regards
Hi, apologies its willowinthewild.com – on the products individual pages, thank you
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .summary-inner .in-stock {;
display: none;
}
Best Regards