Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23171

    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!

    #118807

    Hi,

    Edit custom.css or add this on the Quick CSS

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

    Regards,

    Ismael

    #118808

    Thanks. That turns off the arrow, but can you also turn off the way it greys out the image?

    #118809

    Hey!

    Insert following code into the quick css field:

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

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Turn off Arrow on Linked Image Rollover’ is closed to new replies.