Home Forums WoodMart support forum Hide quantity using CSS

Hide quantity using CSS

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

    Hassan Mubah
    Participant

    I would like to hide the quantity using the case code. I have also hidden the add to cart button using CSS.

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

    Hello,

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

    body.single .product-image-summary .quantity {
    display:none;
    }

    Best Regards

    #197508

    Hassan Mubah
    Participant

    it doesnt work.

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

    Hello,

    Please clean your cache on the site and in the browser. https://prnt.sc/sn020f

    Best Regards

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