Home Forums WoodMart support forum Sold out label

Sold out label

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #673915

    konvex.nis
    Participant

    Hello. How can I remove the Sold out label from a product image?

    Thanks

    #674128

    Hello,

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

    body .labels-rounded .out-of-stock {
    display:none;
    }

    If the issue still persists, please share your WordPress login details in the private area. Currently, I’m unable to access your site because it’s in maintenance mode. Once I have access, I’ll check further and provide you with the appropriate CSS code.

    Best Regards,

    #674226

    konvex.nis
    Participant

    Thanks, but I was unable to remove the sticker with this code. Image attached

    • This reply was modified 2 months ago by konvex.nis.
    Attachments:
    You must be logged in to view attached files.
    #674253

    Hello,

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

    .product-labels.labels-rounded .out-of-stock {
    display: none !important;
    }

    Best Regards,

    #674311

    konvex.nis
    Participant

    Thanks. This is the only way it works:

    .product-labels.labels-rounded{
    display: none !important;
    }

    #674415

    Hello,

    Your method hides the entire .product-labels.labels-rounded container, which removes all product labels, including “Sale”, “New”, or any custom ones — not just the “Sold Out” label.

    If you’d like to hide only the “Sold Out” label while keeping the others (like “Sale” or “Hot”), you can use the more specific code I previously shared. But if you’re okay with removing all labels, then your solution works just fine too.

    Best Regards,

    #674429

    konvex.nis
    Participant

    Thank you very much. I understand.

    #674509

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Sold out label’ is closed to new replies.