Home › Forums › Jevelin Theme › Blog Post Overlay
Home › Forums › Jevelin Theme › Blog Post Overlay
Hey Guys,
where can I deactivate “Zoomfunction” on Blog Post Overlay here:
http://xn--broblanko-q9a.de/projekte/ninaherzog/liebesgeschichten/
Thanks in advance
Best Regards
Phil
Hi Phil,
I hope you are well today and thank you for your question.
You can disable that zoom functionality 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
#page-container .post-meta-thumb:hover img { -webkit-transform: none; transform: none; }
Best regards,
Shufflehound team