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.
Hi Brickso!
Please add this on Quick CSS or custom.css:
.image-overlay {
display: none !important;
opacity: 0 !important;
}
Best regards,
Ismael
Hi Ismael,
That worked perfectly! Thanks very much.