Page Description shows up when hovering over navigation

Posted by Community Admin on 03-Aug-2018 14:41

Page Description shows up when hovering over navigation

All Replies

Posted by Community Admin on 05-Feb-2013 00:00

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?

Posted by Community Admin on 08-Feb-2013 00:00

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','');
This will remove the description.

Greetings,
Stanislav Velikov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed