• Resolved ohnowaz

    (@ohnowaz)


    Hello,

    I can’t find a way to disable the zoom in effect on image hover that is predefined for the thumbnails of the blog page.

    Thank you very much for your help!

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hello,

    You can do that with this CSS code:

    .si-blog-horizontal .sinatra-article .entry-media:hover img, 
    .si-blog-layout-1 .sinatra-article .entry-media:hover img {
        transform: scale3d(1,1,1);
    }

    Add the code into the Additional CSS field in Appearance ? Customize.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Blog Page Image Animations’ is closed to new replies.