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.
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
works, Thanks a 1000000