Home › Forums › Basel support forum › Turn off image effect on blog › Reply To: Turn off image effect on blog
October 26, 2017 at 6:28 am
#22566
Artem Temos
Keymaster
Hi,
Use this code snippet also to disable this effect on the blog page too.
.blog-post-loop:hover>.entry-header .post-img-wrapp>a {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}
Regards