ericakfranz
2/26/2016 - 6:59 PM

Remove title attribute from Envira Gallery images to prevent it from appearing on hover.

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>