Is there a way to prevent blog featured images from opening in a lightbox on each blog page? http://217.199.187.196/singlerapid.co.uk/how-to-avoid-your-hardware-overheating-in-soaring-temperatures/
Hi Cyandistribution!
In order to disable the featured image lightbox on click, you can use the below css:
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}
Best regards,
Dake