how deactivate the image zoom effect?

edited December 2015 in Files & images
Hi, how can I deactivate the image zoom effect in the blog's single posts?


.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
.image_frame .image_wrapper .image_links { display: none !important; }

But don't work me. I have put the CSS code in Custom CSS (options theme).


Thanks!

Comments

Sign In or Register to comment.