Tagged: devin-docs
How do I get rid of the tooltips for my graphics. When hover ovr graphics, displays the urls and file names. Can’t find a way to turn that off.
Thanks. BTW, I LOVE your theme!
Hey!
Try adding this at the end of js/avia.js:
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
Regards,
Josue
Thanks, that worked! Sorry for the delay.