Comments ANGEL started the conversationMay 20, 2020 at 3:55pmHi Team, if you keep the mouse over a photo the name of the file comes out. I would like not to show that name file...How could I fix it? Thanks in advance. Angel. 675Neuron repliedMay 21, 2020 at 1:58pmHi Angel,The only solution for that is via some Custom JavaScript. <script>jQuery(document).ready(function($) {$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });});</script>To add scripts.- https://wordpress.org/plugins/insert-headers-and-footers/Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.1 LikeANGEL repliedMay 21, 2020 at 4:21pmThanks.Angel. 675Neuron repliedMay 22, 2020 at 12:44pmYou're welcome anytimeKind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
Hi Team,
if you keep the mouse over a photo the name of the file comes out.
I would like not to show that name file...How could I fix it?
Thanks in advance.
Angel.
Hi Angel,
The only solution for that is via some Custom JavaScript.
To add scripts.
- https://wordpress.org/plugins/insert-headers-and-footers/
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thanks.
Angel.
You're welcome anytime
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.