Hi,
I need to hide Cart Icon hover on Single Product. This website is an e-commerce that allows only quote request, so I need to hide cart buttons. I can't enable Catalogue mode on Theme Options because I've installed Request for Quote WooCommerce plugin, that customize add to cart button with add to quote
                 
                
Comments
.image_frame .image_wrapper .image_links.double .add_to_cart_button{display:none !important;}Thanks.image_frame .image_wrapper .image_links.double .link{width:100%}