Hi there,
I wonder how to disable the tooltips in galleries (e.g https://foto-shooting.ch/fotoshooting-fuer-frauen/) on mouse over? Can be a simple CSS display:none to disable all tooltips at once but I cannot find the correspomding CSS.
Thanks in advance
Michael
Hey Michael,
You could remove the title from each image in your media settings, or use a plugin such as: https://wordpress.org/plugins/no-title-tooltips/
Best regards,
Mike
Hi Mike,
the plugin is pretty old and doesn´t do its job (anymore) and removing the title manually is quite some effort with lots of galleries. I also want to keep the title for SEO reasons.
I can´t imagine there is no way to remove the tooltips because they are generated by Enfold and I assume there mus be a way to “tell” Enfold not to show them. The default tooltips that the browser shows are fine with me, only the big black ondes generated by Enfold should be removed.
Hi,
I believe there was a misunderstanding. Please add following code to Quick CSS
.avia-tooltip { display: none !important; }
Best regards,
Yigit
Hey Yigit,
exactly what I was searching for. Thanks man!
Have a great weekend