Home Forums WoodMart support forum Hide In Stock label in archive page

Hide In Stock label in archive page

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

    Nukioh
    Participant

    How to hide “In Stock” label in archived page.

    I have unchecked the inventory tracking product but the in stock label still appears.

    Then, I have tried to use this in global CSS but the label still appears

    .single-product p.stock.in-stock {
    displays: none;
    }

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

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-product-stock.stock.in-stock.wd-style-default { 
    display: none !important; 
    }

    Best Regards.

    #474128

    Nukioh
    Participant

    Thanks, it solved.

    #474192

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide In Stock label in archive page’ is closed to new replies.