How to disable all types of transitions and animations
-
Slider texts & image animations
Zoom effect when hovering on images
and all the rest..
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.
How to remove the zoom on hover on categories?
Hello,
To remove zoom effect from the category images you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .category-grid-item .category-image {
-webkit-transform: none !important;
transform: none;
}
Best Regards.
Worked perfectly, thank you
Most Welcome :-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘How to disable all types of transitions and animations’ is closed to new replies.