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

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

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

it is working perfectly fine.

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;
   }
  1. Click on save

Like and Accept solution!