Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #225956

    Hi Guys,

    After a bit of research through the forums, I thought I had found a solution to this. However, after following a couple of different instructions I still had no luck removing the animation that occurs when you hover over an image or gallery. It’s the lightbox animation I’m assuming, the circle and the arrows. I’ve attached a screen to help explain. I’m looking to stop this from happening as for some reason it’s applying to a third-party gallery plugin.

    Any help is appreciated.

    Circle on hover

    #226017

    Hi Brickso!

    Please add this on Quick CSS or custom.css:

    .image-overlay {
    display: none !important;
    opacity: 0 !important;
    }

    Best regards,
    Ismael

    #226398

    Hi Ismael,

    That worked perfectly! Thanks very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove animation on hover (circle and arrows) from images’ is closed to new replies.