Home Forums WoodMart support forum not show “in stock” and out of stock”

not show “in stock” and out of stock”

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #530718

    beldox.be
    Participant

    Hi,
    When going to shop, there is a text “in stock” or “out of stock”.
    They are disturbing us, how can we remove them from there?
    I enclose a file to show you.
    thank you if you could help.
    warm regards

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

    Hung Pham
    Keymaster

    Hi beldox.be,

    Thanks for reaching to us.

    Unfortunately, there is no such option in Theme Settings. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product.product-grid-item :is(.wd-product-stock) {
        display: none;
    }

    Regards,

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