How do we remove the image title attribute on hover of images? We tried using CSS and it caused our posts using the masonry grid to not be clickable. We would like none of the image attributes to be shown on hover and all of the masonry girds to still be clickable (specifically our posts). Please advise. Thanks!
Hey brockwatson,
This is possible via JS. Can you provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Links provided in private content area. Thanks
Hi,
Apologies, I meant admin info. This would require admin info to workout the js.
Best regards,
Jordan Shannon
See private content. Thanks
Hi,
The login provided is not working for me. Can you check again?
Best regards,
Jordan Shannon
Please see private content
Hi,
I add this js:
$('a.av-masonry-entry[title],.av-masonry-image-container').mouseenter(function () {
$("a.av-masonry-entry[title],.av-masonry-image-container").removeAttr("title");
});
Please test.
Best regards,
Jordan Shannon