How can i remove zoom/underline at blog picture?

Solved

How can i remove zoom/underline at blog picture?

Not applicable

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:

 

34234234234.png

 

Is it possible?

 

Thank you

 

Dawn Theme 15.0.0

url:  https://cb180d-31.myshopify.com/

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

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:

Made4uoRibe_0-1725997156672.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

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:

Made4uoRibe_0-1725997156672.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Not applicable

Thank you its working. 🙂