How to disable zooming animation from hover
-
Hello,
I want to disable zooming animation from the hover in the home page products section. How to do this?
only disable zooming.
please help me
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
body .product-grid-item .product-element-top:hover .hover-img {
transform: scale(1);
-webkit-transform: scale(1);
}
Best Regards
Thanks a lot. It’s solved
Regards
Ahmad
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to disable zooming animation from hover’ is closed to new replies.