A Shopify store owner encountered an unwanted zoom effect when hovering over product images, which was cutting off their logo positioned in the top right corner. They also wanted to remove border lines appearing on product image corners.
Solutions Provided:
Multiple community members offered CSS-based fixes to disable the hover zoom:
Method 2: Insert code into base.css file to disable .media--hover-effect transforms
Method 3: Use Theme Settings > Custom CSS field for a simpler implementation without editing theme files directly
All solutions use transform: unset !important; or transform: none !important; to override the default zoom behavior.
Outcome:
The original poster confirmed one solution worked successfully. Another user also reported success with the fix. The border line issue mentioned at the end remains unaddressed in the current discussion.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
I am having trouble with disabling the slight zoom when hovering over any product on the website, it is very annoying because I have my logo on the top right and when you hover over an image it cuts half of the logo out, example picture below!
As you can see in the second picture I have hovered over the second product resulting in a slight zoom for some reason, I am also struggling to get rid of the little borders that appear around my products.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.