Okay
  Public Ticket #1856422
removing Out of Stock Badge entirely
Closed

Comments

  • shell3r started the conversation

    hey,

    so i use my website as a catalog for my products. I was wondering how i can remove the "Out of stock" badge entirely from everyplace of the website.

    I have turned of woocommerce settings for stock management, but when i import products via CSV files etc it sometimes still shows gray out of stock badge on corner of products.


    care to help?

  • [deleted] replied

    Hi,

    To hide the "Out of Stock" ribbon please add the code below to your Custom CSS area:

    .sale_tag.stock-out {
        display: none;
    }

    Thanks!