Home Forums Basel support forum Woocommerce Stock Management

Woocommerce Stock Management

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130792

    mishrenee
    Participant

    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

    #130805

    Hello,

    Please provide the page URL with the message I will provide custom CSS.

    Best Regards

    #130806

    mishrenee
    Participant

    Hi, apologies its willowinthewild.com – on the products individual pages, thank you

    #130807

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .summary-inner .in-stock {;
        display: none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)