A user seeks to remove the hover animation effect on product images in Shopify’s Dawn 7.0.1 theme while keeping images static.
Proposed Solutions:
Add custom CSS code to the base.css file targeting .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child
Insert a <style> block with similar CSS above the </body> tag in theme.liquid
Implementation Challenges:
The original poster tried both methods without success, suggesting potential conflicts with their theme/base files
Another user reported that while the CSS successfully removed the hover effect, it broke clickable links on collection images, making them unresponsive
Current Status:
One participant confirmed the solution worked for them
The issue with broken links after applying the fix remains unresolved
The original poster is still seeking alternative approaches or troubleshooting guidance
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I would like to remove the animation hover on my product images, how can that be done in a easy way?
If you move the mouse pointer over the images you will se a little animation, i want to remove that so i just want still photo without moving. Thanks in advance.
@Dan-From-Ryviu@Moeed I tried both methoods but they didnt work, maybe are my base/theme files messed up or something, anywhere else i can try this codes?
This CSS effectively disables the transformation effect applied to the images on hover. However, after making this change, the links that allow clicking on the images to be redirected to the corresponding collection no longer work. Has anyone encountered a similar issue or can anyone suggest what might be causing the clickable links to become unresponsive? Any help would be greatly appreciated!