Shopify themes, liquid, logos, and UX
Hello Shopify Team,
Can anyone pls tell me how to zoom into the collection list on hover.
for example: www.bellavitaorganic.com , https://ishalife.sadhguru.org/in/
my url: www.faithandyou.in
password: hello
Thanks
Solved! Go to the solution
This is an accepted solution.
we can try
Go To Theme> Actions > Edit Code > Base.css
Add this to the bottom of the file
.collection-list .gradient {
transition: transform 0.5s ease-in-out;
}
.collection-list .gradient:hover {
transform: scale(1.0202);
}
Hi @AryavK
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.image-with-text .gradient {
transition: transform 0.3s ease-in-out;
}
.image-with-text .gradient:hover {
transform: scale(1.1);
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is your collection right?
Its on the image with text section. It not on the collection.list. If the selector you used are working then try to take out my code in the base.css.
no no no, the thing above it, shop by category
This is an accepted solution.
we can try
Go To Theme> Actions > Edit Code > Base.css
Add this to the bottom of the file
.collection-list .gradient {
transition: transform 0.5s ease-in-out;
}
.collection-list .gradient:hover {
transform: scale(1.0202);
}
Did this work for anyone? I tried it and its not working.
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