Hi,
I'd like to know, how to disable Tootips on hover of things like Categorynames in frontend?
I've tried inserting:
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
I'd like to know, how to disable Tootips on hover of things like Categorynames in frontend?
I've tried inserting:
in Templates Custom Code (Before Head), but this does not seem to have any impact.
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": false,"container": "body"});
});
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