Tagged: gallery caption
Hi staceylane!
Thank you for using Enfold.
Please add this in the functions.php file:
// remove tooltip
add_action('wp_footer', 'ava_remove_tooltip');
function ava_remove_tooltip(){
?>
<script type="text/javascript">
(function($) {
$('#top #wrap_all .avia-gallery .avia-gallery-thumb a img').each(function() {
$(this).removeAttr('data-avia-tooltip');
});
})(jQuery);
</script>
<?php
}
Best regards,
Ismael