Removing title for menu item

I’m using one of font awsome icon as one of the menu item, the problem i’m facing is that when i hover over that menu item, it show little title “which tells the code i used for bringing that icon” i want to use custom title for each menu item, there is no option for that in the menu list.

You can have live look at the www.sunildhillon.in

Hi @sunildhillon,

Sorry to hear of the problem you are having.

It’s the known issue as reported below.

The issue will be fixed ASAP.

In the meanwhile you can fix the issue by editing the following Dazzling theme file on line number 79 as displayed below.

Dazzling theme file :
/wp-content/themes/dazzling/inc/navwalker.php

Before Editing:
$atts['title'] = ! empty( $item->title ) ? $item->title : '';

After Editing:
$atts['title'] = ! empty( $item->attr_title ) ? $item->attr_title : '';

After making the above change you have to set the Title Attribute of the menu item as shown in the attached screenshot.

Best Regards,
Movin

Great!!!

Your the best.

You are most welcome here :slight_smile: