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

Okay
  Public Ticket #2557442
Removing the, in stock text from the wishlist page
Closed

Comments

  • Mike started the conversation

    is there any way to remove the  IN STOCK text from the whishlist page?

  •  767
    Janilyn replied

    Hi Mike,

    Thanks for contacting us here. We've had a short vacation so today I am able to process your ticket. 

    I have 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

  • [deleted] replied

    Hi Mike,

    Please add this css to custom css in Customizer to hide it:

    .woosw-content-item--stock {

        display: none;

    }

  • Mike replied

    I’m assuming you’re talking about

    Appearance> Customize> Additional CSS 


    If so, I tried it there and it didn’t work. I’m also a novice at this. 

  •   [deleted] replied privately
  •   Mike replied privately
  • [deleted] replied

    Hi Mike,

    I added css to your site in 

    Appearance> Customize> Additional CSS 

    Please check and tell me if it work.

  • Mike replied

    So the code didn’t work work on the

    Appearance> Costum> Additional CSS


    but it did work when I put in 

    WPBakery Page Builder> Custom CSS

    I had to remove the word “important” in the code and it worked perfect. 


    thank you!

  • [deleted] replied

    Hi Mike, 

    It's great, so I will close this ticket.