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

    I’m trying to remove the alt text when hovering on an image. I tried this method (https://kriesi.at/documentation/enfold/image/#remove-image-alt-title-on-hover) before and it has always worked, but since the last updates they don’t work.

    See screenshot and page in private content.

    Yours Faithfully,
    Jillian

    #1108293

    Hey Jillian,

    Can you try to add this code:

    jQuery('#wrap_all .av-masonry-image-container').removeAttr('title');

    after this line of code:

    jQuery('#wrap_all img').removeAttr('title');

    Best regards,
    Nikko

    #1108490

    Perfect!

    #1108542

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable alt text on hover’ is closed to new replies.