Remove title attribute from Envira Gallery images to prevent it from appearing on hover.
<script type="text/javascript"> jQuery('document').ready(function($){ $('.envira-gallery-image[title]').removeAttr('title'); }); </script>