Home › Forums › Basel support forum › Homepage Blog Image Zoom and Color Homepage Blog Image Zoom and Color This topic has 5 replies, 2 voices, and was last updated 8 years, 1 month ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 30, 2016 at 1:40 am #4821 themetomParticipant 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. September 30, 2016 at 5:19 am #4828 Artem TemosKeymaster 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 October 6, 2016 at 12:49 am #5086 themetomParticipant 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? October 6, 2016 at 5:00 am #5096 Artem TemosKeymaster 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 October 6, 2016 at 1:10 pm #5109 themetomParticipant Ok!! Works! Thank you a lot! October 6, 2016 at 5:27 pm #5121 Artem TemosKeymaster Great, you are welcome! Author Posts Tagged: blog zoom, image zoom Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register