Home Forums WoodMart support forum How to remove “In-stock” from shop page/product grid?

How to remove “In-stock” from shop page/product grid?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #488132

    somogyvarigabor
    Participant

    Hi! Could you please advise me on how to how to remove the “In-stock” message from product grid?

    It shows despite Woocommerce inventory management being completely turned off.

    Please see attachment and advise.

    Best Regards,
    Gabor

    Attachments:
    You must be logged in to view attached files.
    #488233

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-product-stock.stock.in-stock.wd-style-default { 
    display: none !important; 
    }

    Best Regards.

    #488254

    somogyvarigabor
    Participant

    Hi Aziz,

    Thanks, but I tried this previously after seeing it in a previous thread and it doesn’t work unfortunaltely.

    Gabor

    #488354

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    	display: none !important;
    }

    Best Regards.

    #488378

    somogyvarigabor
    Participant

    Thank you!

    #488402

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to remove “In-stock” from shop page/product grid?’ is closed to new replies.