Home › Forums › Basel support forum › Turn off image effect on blog Turn off image effect on blog This topic has 12 replies, 3 voices, and was last updated 7 years, 4 months ago by Artem Temos. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts December 27, 2016 at 9:40 pm #8346 Stitch Gallery OneParticipant Is there a way to turn off the image zooming effect on the default style of the blog? Would just like it be a static image. Thanks! December 28, 2016 at 5:51 am #8352 Artem TemosKeymaster Hello, Thank you for the question. Try to add the following code snippet to the Custom CSS section to disable this effect .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 October 25, 2017 at 8:37 pm #22557 saracParticipant This works for me on a single post, but I’m still getting a hover effect on the main blog page. Is there a way to turn that off as well? Thanks! October 26, 2017 at 6:28 am #22566 Artem TemosKeymaster 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 October 26, 2017 at 12:07 pm #22604 saracParticipant Thank you, but this does not appear to be working… October 26, 2017 at 12:32 pm #22606 Artem TemosKeymaster We see that you have added the code with some wrong characters https://gyazo.com/f191e067a0401e6f08c5675b79152184 Be sure that you paste the same code as we sent you. October 26, 2017 at 12:49 pm #22609 saracParticipant Thank you. October 26, 2017 at 1:04 pm #22612 Artem TemosKeymaster Sorry, try this instead 🙂 .blog-post-loop:hover>.entry-header .post-img-wrapp>a{ opacity: 1!important; transform: scale(1)!important; -webkit-transform: scale(1)!important; -moz-transform: scale(1)!important; -o-transform: scale(1)!important; } If it will not help, please provide us your admin access so we can check what is wrong. October 26, 2017 at 1:13 pm #22613 saracParticipant Thank you. It appears there may be something else conflicting with the code. October 26, 2017 at 1:51 pm #22621 saracParticipant One other thing… October 26, 2017 at 2:21 pm #22624 Artem TemosKeymaster We can’t log in your admin panel. Please, check the password. October 26, 2017 at 2:22 pm #22625 saracParticipant Resolved! October 26, 2017 at 2:27 pm #22627 Artem TemosKeymaster Great, we are glad that you have found the solution Author Posts Viewing 13 posts - 1 through 13 (of 13 total) You must be logged in to create new topics. Login / Register