Horizon Carousel collections links not working on mobile Safari (iPhone)

Hi,

I’m using the most recent Horizon theme with a Carousel collections menu to browse different photography collections in my fine art print shop. The Carousel collections menu is linking to each collection perfectly on desktop, but the collection cards are not links on mobile Safari. I only have an iPhone, so unsure if it’s happening on all mobile devices. I have downloaded another mobile browser, and it is also not working with it, so it’s not just Safari. Is there anyone who might be able to help me resolve this? Thank you!

See: Fine Art Prints – Tif Holmes .

Try the following code in Theme Settings-> Custom CSS

.collection-card__link {
    z-index: 2;
}

Fun fact – all browsers on IOS use the same engine, so yes, it is the same Safari under the bonnet :slight_smile:

This works! Thank you so much! Also, thanks for the info re/ iOS browsers. :slight_smile: