Shopify themes, liquid, logos, and UX
Was searching and could not find a proper answer. Right now on Debut when I hover over an image it very slightly darkens the product. How can I change that to a small zoom instead (I saw this on Dawn theme actually). Its more eye appealing. Every topic I saw was about showing a second image but I just want the main image to a have a slight enlargement to it when the mouse is hovering over it. Any ideas? Thank you.
Hi @mZee
Kindly paste the below CSS in theme.liquid under Layout just after <head>
<style>
img:hover {
transform: scale(1.03) !important;
transition: all 0.3s ease-in-out !important;
}
</style>
nope that doesn't seem to work. I put that right before </head>. Should it be placed somewhere else or is there another code I should try?
Can you share your website link so I can check further?
Please share your store URL so that analyzation becomes easier
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025