Okay
  Public Ticket #2799343
out of stock badge
Closed

Comments

  •  2
    pushooseTeam started the conversation

    Dear Alex Vü,

    I gave your theme a 5 star rate for excellent support !

    Can you tell me how I can remove out of stock badge on a product ?

    Or help me to translate it because I can't succeed to find where I can translate it.

    Thank you so much by advance,

    Best regards



    5862070104.png
  •  608
    WordPress replied

    Hello,

    You can add custom style css

    .outofstock-badge {
        display: none !important;
    }