Home Forums WoodMart support forum Hide product stock count

Hide product stock count

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

    DELAYON
    Participant

    Hi there!

    Ihm trying to hide the product count thats displayed next to the availability once selecting a variant. I know its possible as it’s not displayed on one of our wood mart sites, however we simply can’t find that options somehow.

    Thanks in advance!

    #510204

    Hello,

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

    body  .woocommerce-variation-availability {
    display:none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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