Hi, I love the look of your masonry image shortcode page and was wondering if it was possible to disable the image pop feature for all images within the gallery?
Hi norwestarch!
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: scale(1,1);
transform: scale(1,1);
}
Best regards,
Yigit
Thanks for your quick reply. Sorry, that wasn’t quite what I was after. I’m wondering if it’s possible to remove the ability to click on an image and open up the gallery slideshow? The collage of images on a page is enough, we don’t need to view larger versions of the images. Many thanks.
Hey!
Sorry my bad :)
Please use following code instead
.av-masonry-gallery a {
pointer-events: none;
}
Regards,
Yigit
No need to apologise, my fault for not explaining myself properly the first time. That worked perfectly. Fantastic and quick support!!