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

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!