Page Description shows up when hovering over navigation
HI - Is there a way to leave the description set in page information, but disable it from showing in the hover state of the site navigation?
Hi,
Add javascript widget on the page under the navigation and paste this jQuery (choose on aoption before the closing body tag)
$(
"a"
).attr(
'title'
,
''
);