Image title

Posted in: Newspaper
Post count: 134

Hi,

when I mouseover the featured image it shows the title how I named it in the gallery. Is there a way to hide this title on just mouseover? This title shows only on featured image, not if the pictures are in the posts.

Thanks!

  • This topic was modified 10 years by Marto.
  • This topic was modified 10 years by Marto.
Post count: 23312

Hello Marto,

If you want to disable this feature, please try to add the following code in the footer.php file, before the tag in bottom of file, like this -> http://screencast.com/t/n8WIm6dlvn

The code is ->

<script type="text/javascript">
    jQuery('document').ready(function($){
        $('[title]').removeAttr('title');
    });
</script>

Hope this helps!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.