Home / Forums / Basel support forum / Turn off image effect on blog
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 8 years ago by
Artem Temos.
-
AuthorPosts
-
December 27, 2016 at 9:40 pm #8346

Stitch Gallery OneParticipantIs 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 TemosKeymasterHello,
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
saracParticipantThis 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 TemosKeymasterHi,
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
saracParticipantThank you, but this does not appear to be working…
October 26, 2017 at 12:32 pm #22606
Artem TemosKeymasterWe 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
saracParticipantThank you.
October 26, 2017 at 1:04 pm #22612
Artem TemosKeymasterSorry, 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
saracParticipantThank you. It appears there may be something else conflicting with the code.
October 26, 2017 at 1:51 pm #22621
saracParticipantOne other thing…
October 26, 2017 at 2:21 pm #22624
Artem TemosKeymasterWe can’t log in your admin panel. Please, check the password.
October 26, 2017 at 2:22 pm #22625
saracParticipantResolved!
October 26, 2017 at 2:27 pm #22627
Artem TemosKeymasterGreat, we are glad that you have found the solution
-
AuthorPosts
- You must be logged in to create new topics. Login / Register