We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How do you remove the hover effect in featured collection? Shopify Dawn theme

Solved

How do you remove the hover effect in featured collection? Shopify Dawn theme

maers
Excursionist
60 0 8

Here's a video so you understand https://streamable.com/sffn75 thanks in advance!

If you are trying to reach us: maers.my on gmail.com
Accepted Solution (1)
PritTala
Shopify Partner
27 2 4

This is an accepted solution.

Follow this steps

1. Go to code edit 

2. Open section file > https://prnt.sc/zB06Qxt54Uoc 

3. Add this code inside style tag > https://prnt.sc/Fcx-9olt_TEw 

  #shopify-section-{{ section.id }} .media img {
     transform: unset !important; 
     transition: unset !important;
   }

 4. Click on save

Like and Accept solution!

Worked for you? Like and accept the solution!

Prit Tala - Shopify Developer
Contact: Prittala2111@gmail.com

View solution in original post

Replies 3 (3)

PritTala
Shopify Partner
27 2 4

Hello @maers 
The video link isn't working for me. Could you check if it's still available? Otherwise, please provide screenshots.

Worked for you? Like and accept the solution!

Prit Tala - Shopify Developer
Contact: Prittala2111@gmail.com
maers
Excursionist
60 0 8

maers_0-1738483769499.png

it is working perfectly fine.

If you are trying to reach us: maers.my on gmail.com
PritTala
Shopify Partner
27 2 4

This is an accepted solution.

Follow this steps

1. Go to code edit 

2. Open section file > https://prnt.sc/zB06Qxt54Uoc 

3. Add this code inside style tag > https://prnt.sc/Fcx-9olt_TEw 

  #shopify-section-{{ section.id }} .media img {
     transform: unset !important; 
     transition: unset !important;
   }

 4. Click on save

Like and Accept solution!

Worked for you? Like and accept the solution!

Prit Tala - Shopify Developer
Contact: Prittala2111@gmail.com