product archive quick icons on mobile
-
Hi
On mobile, product archive quick icons show on product images (add to cart, wishlist, quickview…)
on desktop it’s only on hover
how to hide those icons on mobile ?
as usual we cannot provide access as it is client site, please explain how we can do this
thank you
Hello,
Can you please share the page URL so I can check and give you custom css code?
Best Regards,
here it is in private
see mobile version
thank you
Hello,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:
.product-grid-item.wd-product.wd-hover-icons .wd-buttons {
display: none;
}
Best Regards,