• Resolved seamhuis

    (@seamhuis)


    Hi,

    I am trying to figure out a solution for removing the read more link from out of stock items altogether and to have it the same as all the other products,
    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @seamhuis,

    Would it be possible for you to send the URL to one of the products where you’re seeing this for us to take a look for you?

    Thanks

    Thread Starter seamhuis

    (@seamhuis)

    Hi,

    My apologies, and thanks for getting back to me. Here’s a link to what I mean:

    https://bit.ly/2ZqZbTz

    Thanks

    Hey @seamhuis,

    Thanks for sending the URL. Add this to the Additional CSS section in the customizer.

    
    .grouped_form p.stock.out-of-stock {
        visibility: hidden;
    }
    

    When I added that to the site, here’s how it looked.

    hide stock

    Give that a try and see if it works for you.

    Cheers

    Thread Starter seamhuis

    (@seamhuis)

    Hi again,

    Thanks so much for your help and you are getting on the right track but it’s the read more link I want to get rid of. So it’s other way around as in the same as the instock box so that they are all the same but with no extra link.

    Thanks again!

    Hey @seamhuis,

    My apologies there. When I got to your site I was focusing on the “out of stock” that I forgot it was the “read more” when the product is out of stock.

    Use this CSS snippet instead.

    
    .cart.grouped_form tr.outofstock a.button {
        visibility: hidden;
    }
    

    hide read more

    You could use display: none instead of hiding it, but doing that made the spacing look not quite right to me. That’s totally up to you.

    Let me know if you have any questions or trouble with that.

    Cheers

    Thread Starter seamhuis

    (@seamhuis)

    Hi again,

    Yes that’s what I’m after, thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘READ MORE LINK ON PRODUCT’ is closed to new replies.