Home Forums WoodMart support forum Stock Status

Stock Status

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

    mark-3189
    Participant

    Hi Xtemos,

    I would like to hide the stock status on the pages that show products, see attached image.
    Mainly because we list quite a lot of products that we don’t actually have but can get. We then have an out of stock message that says we can order and to call us.

    Kind regards,

    Mark

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

    Hello,

    You can hide the stock status on product listing pages by adding the following custom CSS to Theme Settings > Custom CSS > Global CSS:

    .wd-product .woo-custom-stock-status {
        display: none !important;
    }

    Best Regards.

    #638250

    mark-3189
    Participant

    Perfect, thank you!

    🙂

    #638297

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Stock Status’ is closed to new replies.