Home Forums WoodMart support forum How to disable all types of transitions and animations

How to disable all types of transitions and animations

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #206393

    hwiki09
    Participant

    Slider texts & image animations
    Zoom effect when hovering on images
    and all the rest..

    #206421

    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.

    #208564

    hwiki09
    Participant

    How to remove the zoom on hover on categories?

    #208571

    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.

    #208630

    hwiki09
    Participant

    Worked perfectly, thank you

    #208815

    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.

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to disable all types of transitions and animations’ is closed to new replies.