I have a problem with my website using the Dazzling theme.
I am using Font Awesome and Glyphicons in my menu.
Since the last update if I hover over a menu item, it is no longer showing the Navigation label as the hover over text (alt text).
It is now displaying the Title Attribute such as fa fa-info.
I would also like to know, is there actually a way to hide this alt-text from showing on the menu at all?
You can achieve this by changing the above code as following.
Before Editing: $atts['title'] = ! empty( $item->attr_title ) ? $item->attr_title : $item->title;