joomla - Remove tooltips when creating an article -
say there menu item registered user website can create article. when hovering title (and form fields), tooltip shown, consists of title , explanation. have managed hide explanation, can't find way totally remove whole tooltip. don't way form goes , down after hovering each field.
i have tried add jhtml::_('behavior.disable','tooltip')
in several files, nothing happened. tried comment jhtml::_('behavior.tooltip')
wherever was. have searched everywhere, can't find answer suits me.
any ideas??
thanks in advance.
try finding class , using in css
.some_class { pointer-events: none; cursor: default; }
Comments
Post a Comment