Home › Forums › Jevelin Theme › Turn Lightbox on Post-Preview off?
Home › Forums › Jevelin Theme › Turn Lightbox on Post-Preview off?
Dear Support Team,
is it possible to turn the lightbox function for recent post off?
See screenshot attached: https://www.reisenmitargo.de/
I turned lightbox off in Theme Options but still there.
Overall I am using your theme often and you really should improve the lightbox – no arrows to switch more than obe image ;(
Best
Ulf
Hi Ulf,
Thank you for your question.
You can disable 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
.sh-recent-posts .sh-overlay-style1 { display: none; }
Best regards,
Shufflehound team
Thanks – well it turns not only lightbox off also the link on the image. Any chance to keep the link to blog post?
Best
Ulf
Solution for this topic
Please use the CSS code below instead of above to achieve it.
.sh-recent-posts a.sh-overlay-item.sh-table-cell:last-child { display: none; } .sh-recent-posts a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container { right: 35%; }
Perfekt – best support. Like always!
You are always welcome here š