Home Forums Basel support forum Hide Woocommerce Quantity stock

Hide Woocommerce Quantity stock

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

    Monarts
    Participant

    Hello,
    How to hide Woocommerce quantity stock through global css.
    Thank you.

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

    Hello,

    If you want to hide the stock globally it is possible to do in settings: Woocommerce > Settings > Product tab > Inventory > disable “Enable stock management”

    If you need to hide with CSS, add this code to the Theme Settings > Custom CSS > Global

    body .single-product-content .summary-inner .in-stock {
    display:none;
    }

    Best Regards

    #123000

    Monarts
    Participant

    Works good.
    Thank you.

    #123036

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

    Best Regards

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

The topic ‘Hide Woocommerce Quantity stock’ is closed to new replies.