Home › Forums › Jevelin Theme › How do I remove image lightbox?
Home › Forums › Jevelin Theme › How do I remove image lightbox?
Hi @vivienne,
Thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
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
.blog-list a.sh-overlay-item:first-child .sh-overlay-item-container { left: 42%; } .blog-list a.sh-overlay-item:last-child { display: none; }
Perfect! Thank you!
You are most welcome here 🙂