Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #736858

    Hi there,

    I know that there are many topics already about this problem, I read all of them and tried every quick css and also changed the image hover on the advanced styling section.

    Still the hover effect with the green arrow remain on every image.

    Please help.

    Thanks,
    Denise

    #738062

    Hey margitmuehlberger,

    Do you want to remove the green icon on hover?

    Best regards,
    Nikko

    #738621

    Hi Nikko,

    I would like to have no hover at all – for images with link.

    Kind regards,
    Denise

    #739411

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    a.avia_image {
        pointer-events:none;
    }
    

    Best regards,
    Vinay

    #739542

    Hi Vinay,

    thank you for your reply.

    I tried this but it doesn’t work…
    green arrow on hover is still there

    best regards,
    Denise

    #739999

    Hi!

    If you like to disable the image overlay Please refer to this link kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Cheers!
    Vinay

    #740013

    Hi Vinay,

    still the same issue. The green arrow and the overlay remain there.

    Thanks,
    Denise

    #741592

    Hi!

    The green arrow and the overlay remain there.

    Please provide a link to the actual page with the image. Maybe, you’re referring to a different overlay object. Or try this in the Quick CSS field:

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

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.