Home › Forums › WoodMart support forum › How to disable all types of transitions and animations › Reply To: How to disable all types of transitions and animations
June 25, 2020 at 1:17 pm
#206421
Aizaz Imtiaz Awan
Keymaster
Hello,
To Remove the zoom on hover on the products you need to add the following Custom CSS in the
Global Custom CSS area under Theme Settings >> Custom CSS.
body .product-grid-item .product-element-top:hover .hover-img {
transform: none;
-webkit-transform: none;
}
And for the slider animations you need to edit the slide from Dashboard >> Slider Revolution >> Edit Slider.
Screenshot for Clarification: https://ibb.co/HGznfQM
If you want to ask anything else then provide a relevant screenshot with the URL of the website of the specific area to check it myself and help you out accordingly.
Best Regards.