Home Forums WoodMart support forum Hide "quantity"

Hide "quantity"

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #98523

    pogopie
    Participant

    Hello, I would like to hide the quantity tab.
    How do i do that ?
    Thanks

    #98528

    pogopie
    Participant

    by quantity i meant the stock information on product page

    #98529

    pogopie
    Participant

    no, my bad. I want to hide both elements.
    The stock and the quantity which will be added to the cart.

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

    Hello,

    Please add this code:

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

    You can disable stock management in Woocommerce > Settings > Product Tab > Inventory

    Best Regards

    #99557

    pogopie
    Participant

    Where am i supposed to add the CSS ?

    I still get to see the quantity when i select a product variantion.

    #99567

    Hello,

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

    Best Regards

    #99666

    pogopie
    Participant

    yes, it still appears after i choose a product variantion.

    #99672

    Hello,

    Which site have you added the code to? I am checking this one http://prntscr.com/m2ljtj I do not see the code http://prntscr.com/m2lk4t

    Best Regards

    #99680

    pogopie
    Participant
    #99688

    Hello,

    The quantity has gone http://prntscr.com/m2mqj8 refresh your cache.

    Best Regards

    #99715

    pogopie
    Participant

    Yes, i know. Please choose a product variantion. And see for yourself.

    #99725

    Hello,

    Please replace the code with this one:

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

    Best Regards

    #99732

    pogopie
    Participant

    Works like a charm! Thanks a lot 🙂

    #99760

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Hide "quantity"’ is closed to new replies.