All things Shopify and commerce
Hello.
How can i add a hover effect on product images on collection page, so when i hover the image, its kinda zooms out?
Website HERE
Thanks 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @Dclootbox
Check this one.
.product-card__figure img {
transition: transform 0.3s ease;
}
.product-card__figure img:hover {
transform: scale(1.1);
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Dclootbox
Check this one.
.product-card__figure img {
transition: transform 0.3s ease;
}
.product-card__figure img:hover {
transform: scale(1.1);
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks so much! Works like a charm 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024