Home Forums WoodMart support forum Remove Sold out item from Home page sliders

Remove Sold out item from Home page sliders

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

    Pixper
    Participant

    Hi ,

    I want to remove the solde out items from all sliders on the theme.

    Is there a way to do it quickly

    Best regards,

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards

    #337391

    Pixper
    Participant

    Hi Imtiaz ,

    Thanks for your response , in effect I want to hide the whole product from the slider , not only the badge sold out , how can I do it please

    Best regards,

    #337437

    Hello,

    You need to exclude them manually because there is no option in Theme Settings available for that.

    Best Regards

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