Shopify themes, liquid, logos, and UX
Hi, i want to remove the zoom and the underline at the blog pictures, when i touch it with my mouse. Like i describe here:
Is it possible?
Thank you
Dawn Theme 15.0.0
url: https://cb180d-31.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Anonymous
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.card:hover .media.media--hover-effect > img:first-child:only-child,
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
transform: unset;
}
.underline-links-hover:hover a {
text-decoration: none;
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Anonymous
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.card:hover .media.media--hover-effect > img:first-child:only-child,
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
transform: unset;
}
.underline-links-hover:hover a {
text-decoration: none;
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you its working. 🙂
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025