Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1430745

    Hi
    We have a website with two images with links in the footer.
    The link on the first image is normal, when we hover over the second link, then the image is bleached and there is a circle with an arrow on the image.
    See private content section.
    I think this is named linked image overlay.
    How we can deactivate this for one link?
    Thanks very much.
    Best regards
    Mike

    #1431340

    Hi Mike,

    I can’t see that happening on my end, did you manage to find a solution?

    Best regards,
    Rikard

    #1431355

    Hi Rikard
    Sorry für that, I was too fast.
    I added the following addition CSS code:
    .image-overlay { display: none !important; }
    But I wonder, if this is also possible only to deactivate for a specific image link?
    Thanks very much.
    Best regards
    Mike

    #1431364

    Hi,

    Yes, that should be possible. You can apply a custom css class name or ID to the element, then adjust your css rule accordingly.

    .my-custom-class-name .image-overlay { display: none !important; }
    

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1431369

    Hi Ismael
    Ok, cool.
    Thanks very much.
    You can close this issue.
    Best regards
    Mike

    #1431397

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Different effects on image links’ is closed to new replies.