Hello,
I try to remove the image title popup tooltip in the portfolio section. In fact i success to do that in the home page by adding to footer.php before </body>:
<script type="text/javascript">
jQuery('document').ready(function($){
$('[title]').removeAttr('title');
});
</script>
But it doesn't work with image in the portfolio. In fact i still have an unwanted popup tooltip appears when I hover over an image.
Can you help me?
Thank you very much
Clément














