Blog layout

edited May 2015 in Blog
Hello,
I'd like to dissable some functions of the blog layout:
on the blog page, is there a way to dissable the hover-mask of the images (with zoom and link) and the up sliding of the image? we want an uncut image without efect.
Same for the single blog post, any way to dissable the hover movement of the image?

thanks for your help!

Comments

  • Hi,

    to remove this hover effect from blog posts, please use below css:
    .image_frame .image_wrapper .mask::after { display: none; }
    .image_frame .image_wrapper .image_links { display: none; }
    .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
Sign In or Register to comment.