Home Forums WoodMart support forum remove quantity

remove quantity

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

    andresgomez
    Participant

    Hi,
    I want to remove the quantity of products (attached image).
    The products we sell depends on the quantity.
    Thank you

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

    Hello,

    I saw the screenshot you attached. To hide quantity from the single product page you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards.

    #182727

    andresgomez
    Participant

    Hi, thanks for your reply.
    When the product is there, the quantity disappears. But when an option is chosen, the quantity appears again. (attached image).
    Thank you.

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

    Hello,

    I saw the screenshot you attached and visited the URL you provided. Please replace the previous CSS with the following:

    .product-image-summary .quantity {
    display: none !important;
    }

    Clear cache and check back.

    Best Regards.

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