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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025