Home Forums WoodMart support forum Sold Out banner turn off CSS is doesnt work

Sold Out banner turn off CSS is doesnt work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #646181

    robert.temczuk
    Participant

    Hi, I wanted to turn of the “sold out” banner on the product card, as I have many variated products, in my shop and the amount of available variations doesn’t sum automatically to the total amount of the variated products.
    I have added the custom CSS by your reccomendation but it’s not working.
    Looking forward to your support.

    #646359

    Hello,

    Please navigate to Theme Settings > Product Archive > Product Styles and disable the “Stock Progress Bar” option. Then, check if the issue is resolved.

    If the issue persists, please share a screenshot of the sold-out banner you want to remove along with the page URL so I can review it and provide a possible solution.

    Best Regards,

    #646434

    robert.temczuk
    Participant

    Please find the screenshot and the link.
    I need to remove the “WYPRZEDANO” banner from de product card.

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

    Hello,

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

    .product-labels .product-label.out-of-stock {
        display: none;
    }

    Best Regards,

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