Home › Forums › Gillion Theme › How to remove the lightbox effect from Featured Image
Home › Forums › Gillion Theme › How to remove the lightbox effect from Featured Image
When a visitor is reading a post with a featured image at the top — and they click on it, it brings up a lightbox enlarged image. How do I remove that capability? (make it ‘unclickable’) ?
Hi @Brand911,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post article .post-thumbnail a.post-lightbox { display: none; }
Best regards,
Shufflehound team