• Closed by: Marek
  • Closed on: 01.11.19, 18:29
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15675 - Images link

Hi Marek,

On all the images of my website, even if I do not add a link, the mouse hover is showing and the image is clickable (see attached screenshots) . I would like to remove the mouse hover effect on all the images of my website. How can I do?

Thanks
Catherine

Web link:
https://amaknitwear.com/en/

Comments

Marek 25 Sep 2019, 11:07

try following CSS:

body .img-animation:hover img {transform: scale(1)}
body .img-animation {pointer-events:none}