Shopify themes, liquid, logos, and UX
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
Here's a video so you understand https://streamable.com/sffn75 thanks in advance!
Solved! Go to the solution
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!
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.
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!