Hello,
How can I disable the Lightbox on the featured images within a single post.
My single post style is “Single post style with big preview image Featured image”
Thanks in advance
roger
Hey Roger,
Add the following to quick css:
article .big-preview.single-big{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Wauw! that was quick!
Just what I wanted, Thank you very much.
roger
Hi,
No prob at all if you need additional help please let me know.
Best regards,
Jordan Shannon