• Resolved SwiftDone

    (@swiftdone)


    Hi,

    I need to hide the in-stock label on just one product (Gift Cards). I have found a solution to hide out of stock labels on a specific item but that does not work for in stock.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    Something like the following should work for hiding the in stock label — just replace the ID with the ID of the specific product you are trying to apply it to:

    
    .postid-82 .entry-summary p.in-stock {
      display: none;
    }
    

    You can add that to the “Additional CSS” section of your Customizer (Appearance > Customize).

    If that’s not working, please send over the URL of the product on your site you are trying to apply it to so we can take a look.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @swiftdone,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide In Stock Label on Specific Product’ is closed to new replies.