Okay
  Public Ticket #1990694
Dont show quantity of stock available
Closed

Comments

  • vikgouebault started the conversation

    Hello,

    On my e-commerce page I would like my client to not see the quantity of products left but me I still need them. Is there a css code that I can use? Or maybe is there a box somewhere to tick off? Thank you!

  • sp replied

    I have the same question.  What was the solution to this?

    Thanks!

  •  75
    Scott replied

    Hi there,

    Thank you for getting in touch.

    In regards to the question, add this custom CSS into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce div.product p.stock {
        display: none !important;
    }
    

    If you have any further questions or need assistance, we are here to help.

    Kind regards.

    Themenectar Support Team