Home Forums WoodMart support forum How to remove stock status

How to remove stock status

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

    henriquepinheiro
    Participant

    Hi!

    I would like to remove the stock status from each product page. I still want to manage individuals stocks but don’t want the customers to know how many units are available.

    Thanks!

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

    Hung Pham
    Keymaster

    Hi henriquepinheiro,

    Thanks for reaching to us and appreciate your patience.

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

    body p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
       display:none;
    }

    Regards,

Tagged: 

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