Home › Forums › Gillion Theme › Disable light box effect
Home › Forums › Gillion Theme › Disable light box effect
Hello! Could you tell me how to disable light box effect for thumbnail on top of single page?
This is an example. https://amix-design.com/blog/blog-27-6034.html
Solution for this topic
Hi @haruki,
I hope you are well today and thank you for your question.
You can achieve 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 .post-thumbnail a.post-lightbox { display: none; }
Best regards,
Shufflehound team
It work! Thank you for your support!
You are most welcome here š