Home Forums WoodMart support forum Disable the zoom effect on images

Disable the zoom effect on images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288596

    zurbrand
    Participant

    How to disable the zoom effect on images when hovering over them.
    Attached video in private content.
    Thank you, regards,

    #288702

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .product-element-top:hover .hover-img {
        transform: none;
        -webkit-transform: none;
    }

    Best Regards

    #289077

    zurbrand
    Participant

    Thanks! regards

    #289086

    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 the 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

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

The topic ‘Disable the zoom effect on images’ is closed to new replies.