Home › Forums › WoodMart support forum › hide tooltips in product grid (hover cart icon) › Reply To: hide tooltips in product grid (hover cart icon)
February 13, 2020 at 12:13 am
#173060
Maria Olivo
Participant
Hi, i tried this for the add to cart icon and swatch size and works great, but i want to extend it to the wishlist button. I was trying something like this but didn´t work.
jQuery('.woodmart-products-holder .woodmart-add-btn, .woodmart-products-holder .woodmart-wishlist-btn, .woodmart-products-holder .woodmart-swatch').tooltip('destroy');
jQuery(document).on('pjax:end', function () {
jQuery('.woodmart-products-holder .woodmart-add-btn, .woodmart-products-holder .woodmart-wishlist-btn, .woodmart-products-holder .woodmart-swatch').tooltip('destroy');
});
Please, can you test it and fix it.