Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2770307
Hide Stock Quantity of Products in Product Bundle
Closed

Comments

  • Myles F Moran started the conversation

    I would like to Hide the stock quantity of Products in Smart Bundles from showing up in the Front End.  (See Screenshot)

    I read in another Post that this code will work in the Theme Customizer:

    #woosq-popup .in-stock {    display: none !important
    }

    However, I use Beaver Builder and cannot edit my customizer.  

    I tried adding this code to Snippets but it returned "Internal Server Error".

  •  767
    Janilyn replied

    Hi Myles,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Myles F Moran replied

    I have learned how to remove the inventory count. but is it possible to remove the "In Stock" Label?  Thanks

  • [deleted] replied

    Hi Myles F Moran,

    Can you try it with my custom CSS? If not works, 

    Please send me this product link and WP-admin information then I can check the structure first then I'll provide the exact snippet.

    .woosb-products .woosb-availability {
      display: none !important;
    }

    Regards,