Hide featured image title when hovering over

Posted in: Newspaper
Post count: 20

Hi there,

How do I remove the featured image caption that is displayed when the mouse pointer’s hovering over it?

hover

Thanks.

Post count: 6600

Hi,

Add this code:

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

.. infooter.php file before the body tag, like this: http://screencast.com/t/ZQZ27BKGYNP

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Post count: 20

You rock. Thanks!

Post count: 49

In child theme? if so, how do you create a child theme with newspaper7?

Post count: 23312

Hello zingolo,

For more information for our child theme, please consult the documentation here -> https://forum.tagdiv.com/search/child+theme/ There you will find all of the files which could be rewrite in the child theme. Please notice that are refers only to ADVANCED users and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Post count: 49

Hey, i think you gave me the wrong link?

Post count: 23312
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.