Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346463

    How can I disable the hover effect for portfolio images and gallery images?
    My Thumbnails start to zoom in when I hover them. I want to disable this FX.

    #346471

    Hi royaltask!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    Regards,
    Yigit

    #346494

    works, Thanks a 1000000

    • This reply was modified 9 years, 5 months ago by royaltask.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I disable the hover effect for portfolio images and gallery images?’ is closed to new replies.