Tagged: Lightbox
Hello, is there a way to disable the lightbox effect on the featured images of post pages?
Thanks!
Hi,
What type of Blog Style do you have? Are you using the big preview image or the small one?
.single .big-preview.single-big a, .single .small-preview {
pointer-events: none;
}
Regards,
Ismael
I’m using the Big preview pic (no author pic). Is the CSS above what I should use?
Thanks!
Please disregard my last post… The CSS you provided works!
Thanks again!
I’ve tried the above CSS but its not quite worked the way i was hoping. I’m not well versed in CSS could you suggest how to modify that code to disable the lightbox effect for the whole site please?
TIA
Rich
Hi Rich,
If you wanted to disable it for the whole site you can just remove the entire Ligthbox activation function in the js>avia.js file. Its lines 449 to 509.
Regards,
Devin