Comments 1Timon started the conversationSeptember 17, 2024 at 8:51amHello, 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,222Dustin repliedSeptember 17, 2024 at 9:31amHi 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,Dustin1 Like 1Timon repliedSeptember 17, 2024 at 9:40amThanks for the very fast reply. This worked great! 1 Like Sign in to reply ...
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
Hi Timon,
Please add below CSS code (to WP-Admin → Appearance → Customize → Additional CSS) to hide it:
Best regards,
Dustin
Thanks for the very fast reply. This worked great!