Whenever I roll over a linked image there’s a big green circle with an arrow. It’s very distracting to our users. How can I turn that off?
Thanks!
Hi,
Edit custom.css or add this on the Quick CSS
.image-overlay-inside {
display: none !important;
}
Regards,
Ismael
Thanks. That turns off the arrow, but can you also turn off the way it greys out the image?
Hey!
Insert following code into the quick css field:
.image-overlay {
display: none !important;
}
Best regards,
Peter