Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #224275

    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!

    #224464

    Hey!

    Try adding this at the end of js/avia.js:

    jQuery(document).ready(function($){
    jQuery('img').removeAttr('title');
    });
    

    Regards,
    Josue

    #226468

    Thanks, that worked! Sorry for the delay.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove tooltips’ is closed to new replies.