Home › Forums › Support › Add hover overlay effect on post image This topic has 5 replies, 2 voices, and was last updated 11 months, 3 weeks ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 17, 2018 at 8:49 am #759265 Gonzalo Hi, I would like to add an hover overlay effect on post images, like zoom, change color, fade etc. Can you help me? Regards December 17, 2018 at 10:21 am #759357 DavidStaff Customer Support Hi there, here’s a starter, this CSS will create a zoom effect on the image hover: .post-image { overflow: hidden; } .post-image img { transform: scale(1); transition: transform 0.35s ease-in; } .post-image:hover img { transform: scale(1.2); } December 17, 2018 at 10:43 am #759374 Gonzalo Thank you David, work fine! I think you should add this option in GP. It`s only CSS ๐ Regards December 17, 2018 at 10:48 am #759378 DavidStaff Customer Support You’re welcome ๐ The beauty of it being additional CSS is we can do a lot more then would be possible in the customizer. But i’ll pass on your suggestion. June 12, 2022 at 5:52 pm #2251417 Gavin Hello, I’ve tried to copy and paste it onto my additional CSS, but it doesn’t work. June 12, 2022 at 9:33 pm #2251506 Fernando Customer Support Hi Gavin, To have a better understanding of why the code isnโt working for you, may you start a new topic and kindly provide the link to the site in question? You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information Hope to hear from you soon. ๐ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In