New Landing How can we help? Atelier Remove add to cart

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #300622
    kodanska
    Member
    Post count: 36

    Hello, how can i remove the add to cart icon and white background that comes up when i hover over products? I want customers only to add to cart when they are on detailed product page.

    See image of what i want removed.

    Attachments:
    You must be logged in to view attached files.
    #300651
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .woocommerce .product.mini-view figure .cart-overlay .shop-actions>.add-to-cart-wrap {
        display: none!important;
    }

    Hope it helps.

    -Rui

    #300681
    kodanska
    Member
    Post count: 36

    hello, yes it works on the front page thanks!

    But i would like it also on the “shop” page where all products are displayed. Here I still have the icon on the images, can you please help me with the CSS to remove it here also?

    Thank you

    #300688
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Did you add any additional code? can’t see the add to cart in the shop page.

    -Rui

    #300855
    kodanska
    Member
    Post count: 36

    Hi Rui

    You are right thanks, so now the only problem is that it still persists when in “mobile” view on the front page. Any ideas here?

    Thanks

    Anders

    #300859
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Also add the code below.

    @media only screen and (max-width: 479px){
    .product figure .cart-overlay .shop-actions > .add-to-cart-wrap {
        display: none!important;
    }
    }

    -Rui

    #300878
    kodanska
    Member
    Post count: 36

    super works perfectly! Thanks a lot!

    #300995
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

    #302875
    kodanska
    Member
    Post count: 36
    This reply has been marked as private.
    #303163
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m not seeing the add to cart.
    https://www.dropbox.com/s/y5cjy33o6i89gwm/Screenshot%202016-11-23%2010.57.20.png?dl=0

    Can you try to clear the browser cache and test in a different browser?

    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.