Homepage Blog Image Zoom and Color
-
HI,
i want to change the zoom color in homepage blog preview thumbnail. Now when the image zoomed appear black or shadowed. It’s possible to have only zoom without shadow color on zoom?
Thanks for the help.
Hello,
Please provide some screenshot of the thing you want to change so we could create it on our development site and give you some working code snippet.
Regards
Hi,
I would remove the shadow in the preview of the blog post. On magnifyng the image becomes darker.
it’s possible to remove the shadow or dark color?
Hello,
If you want to change this color on zoom you can use this code snippet
.blog-post-loop .post-img-wrapp {
background: red;
}
To remove dark color completely add this one
.blog-post-loop:hover>.entry-header .post-img-wrapp>a {
opacity: 1;
}
Regards
Ok!! Works!
Thank you a lot!