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

Okay
  Public Ticket #3726269
I don't want to show if a product is in/out of stock in the wishlist
Open

Comments

  •  1
    Timon started the conversation

    Hello, I'm using the smart wishlist plugin but I would like to disable the message that shows if a product is in stock or not. Is this possible to do by removing a line from the code myself? Or just change the description of that message. 

    Attached files:  smartwishlist stock.JPG

  •  1,222
    Dustin replied

    Hi Timon,

    Please add below CSS code (to WP-Admin → Appearance → Customize → Additional CSS) to hide it:

    .woosw-items .woosw-item .woosw-item--actions .woosw-item--stock {
        display: none;
    }

    Best regards,
    Dustin

  •  1
    Timon replied

    Thanks for the very fast reply. This worked great!