Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1313208
Remove wooCommerce Add To Cart Buttons
Closed

Comments

  • mdcis started the conversation

    Need to remove add to cart buttons from all product images when hover of a product on shop page or related products list.

    Have tried a few different methods i found in google with disabling the hooks and even a catalogue only  plugin for woocommerce however none of that appears to work

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme and writing in.

    1) You can remove Add To Cart button by not setting price for your products. If you do not set price for products, if you want to have only catalogue view of products only 

    2) Another method, probably better one, is to use this Custom Css code:

    ul.products>.product:hover .added_to_cart, ul.products>.product:hover .button{
        display: none;
    }
    .woocommerce-page .eltd-content a.button, .woocommerce-page .eltd-content a.add_to_cart_button{
        display: none;
    }

    which will hide Add To Cart button. Please just paste this Custom Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/HZuLEA5u and once the code is applied properly it will look like this https://www.screencast.com/t/nfBBmJUjNE . 

    Please let us know if this solved the issue and if there is anything else we can do fro you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.