A Shopify store owner using the Taste theme seeks to implement a mobile hover effect that displays a product’s secondary image when users move their finger over it, without requiring a tap. This functionality worked on desktop and in a previous theme version but broke after an update.
Initial Solution:
CSS code was provided for the hover effect, which successfully works on desktop
The code targets .card-wrapper:hover to toggle image opacity and add a scale transform
Mobile Challenge:
True hover behavior (finger movement without tapping) doesn’t work with standard CSS hover states on mobile devices
A reference example was shared showing the desired mobile interaction
Current Status:
A working demo was created on the Dawn theme demonstrating the mobile hover effect
Implementation requires “many steps” and direct collaborator access to properly integrate
Multiple users have requested help implementing this same functionality
The solution appears to require custom JavaScript or touch event handling beyond simple CSS
Summarized with AI on October 30.
AI used: claude-sonnet-4-5-20250929.
I’m using the Taste theme on Shopify, and I’m trying to enable a hover effect on mobile devices that displays a secondary image of each product when the user hovers over the image, without requiring them to tap. The hover effect works perfectly on desktop, but I haven’t been able to achieve the same effect on mobile devices.
In a previous version of the theme, I modified the code to allow this functionality, but since the latest update, my solution is no longer effective. I’m looking for a way to replicate a true hover experience on mobile so that users see the second image as they move their finger over the product image, without needing to click or tap.
Any advice or recommendations on how to achieve this would be greatly appreciated.
Thank you for your help! (my website is inlouve.com)
Thank you so much for the assistance! The hover effect works perfectly, and I’ve sent a tip as a token of my appreciation.
I have a quick follow-up question: is it possible to enable the secondary image to appear just by hovering over it with a finger on mobile, without needing to tap or click? I’d love to have the same seamless experience on mobile as on desktop if it’s feasible.
Could you please help me with that to i‘m on Dawn 15.3.0 and i did some coding and when i open up my store the first time it works on one picture and than after that i dosen‘t anymore