Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi again ??

    Like this?

    Screenshot

    If so, try:

    .grid-view .grid-elem .cart-options ul > li a {
      display:  none;
    }
    
    .grid-view .grid-elem .cart-options ul > li .safe-for-later a {
      display:  none;
    }

    I hope that helps!

    Luke the Daft Duke

    Thread Starter Wanderer

    (@lovelings)

    Hi Luke!

    Wow it worked! Thank you so much, I really didn’t dare to imaginge I could get help like this.

    Do you by any chance know how I can style it (font and position of the tekst) like the thumbnails on this page:
    https://tripodtest.lovelings.nl/tripodtest.lovelings.nl/product/schalen-1/

    At the bottom of the page you see 3 thumbnail suggested products.

    It would be awesome ?? have a great evening!

    ps. Where can I find the correct css lines for elements on pages? I don;t have a lot of knowledge but am trying.. I want to remove some more things on the website or resize them.

    Thread Starter Wanderer

    (@lovelings)

    Hi again ??

    Like this?

    Screenshot

    If so, try:

    .grid-view .grid-elem .cart-options ul > li a {
    display: none;
    }

    .grid-view .grid-elem .cart-options ul > li .safe-for-later a {
    display: none;
    }
    I hope that helps!

    Luke the Daft Duke

    Hi Luke,
    The buttons are gone, but the outline is still visible.. Any ideas how to remove these too?
    ??

    Hi there!

    I think this should remove the outline:

    .cart-options {
      display:  none;
    }

    Hope that helps!

    Luke the Daft Duke

    Thread Starter Wanderer

    (@lovelings)

    Hi,

    It worked!! :))

    Thanks a lot,
    Kelly

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove 'add to basket' from products thumbnailview’ is closed to new replies.