Hi,
Is there a way to hide the breadcrumbs only on mobile?
Also, my client uses transparent background png photos for the products. I´ve managed to apply some background when the images are viewed in zoom:
.pswp–zoom-allowed .pswp__img {
cursor: url(images/zoom-in.png) 16 9,zoom-in;
background-color: #e7e7e7;
}
But how can I add this code to work on mobile also?
Thank you