Hi!
How can I disable zooming/lightbox effect in images inside post? (not in main or index blog images over excerpts).
I just only need the image to be displayed.
Thanks.
Hi backfolder!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big {
pointer-events: none;
}
If that does not work, please post the link to your website
Cheers!
Yigit
And how would be the code to stop the effect on any thumbnails in galleries as well as mansory thumbs? thanks!