Home Forums WoodMart support forum Sold out label

Sold out label

Viewing 5 posts - 1 through 5 (of 5 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 3 hours, 26 minutes 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;
    }

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