I added below script to foother.php and it worked.
<script type="text/javascript">
jQuery('document').ready(function($){
$('[title]').removeAttr('title');
});
</script>
Source: https://wordpress.org/support/topic/how-to-remove-image-title-when-hovering-over-image
Regards,
Anil