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
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
Perfect!