Home New Guten Forums WoodMart support forum display none on stock

display none on stock

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

    arink
    Participant

    can you show me the code how to change on stock to display none? the stock must therefore still be kept in the backend.

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    p.stock.in-stock {
        display: none;
    }

    Best Regards.

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