Hi,
I’ve choosen for hoover on product > quick shop.
I really like how that turned on dekstop, but I don’t love it on mobile/tablet devices.
I would like to hide it (only on mobile/tablet devices).
I added the code following code to Custom CSS for tablet, Custom CSS for mobile landscape and Custom CSS for mobile:
.basel-hover-quick .quick-shop-btn {
display: none;
}
But that only hides the black ‘add to cart’. I also would like to hide the heart-icon and the magnifying glass icon. (Only on mobile and tablet!)
Could you help me with the code?
Thank you!