I'd like to know, how to disable Tootips on hover of things like Categorynames in frontend?
I've tried inserting:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": false,"container": "body"});
});
</script>
in Templates Custom Code (Before Head), but this does not seem to have any impact.
And I can't seem to find any template or plugin options, to disble the tooltips alltogether?
Any help and suggestion would be appreciated.
Cheers