
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 06:51 AM
Hi All,
I have created a menu item and want to show glyph icon using script. please refer the below red marked menu snap.
Please guide me. Thanks in advance.
Regards,
Virendra
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 09:09 AM
Hi,
Yes. it's html, sorry.
If your sub menu items are listed out 3 lines, 1 for each item, then place that in front of each one.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 07:13 AM
Hi,
Please see this thread for assistance: https://community.servicenow.com/community?id=community_question&sys_id=5d52c3eddb98dbc01dcaf3231f96...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 07:18 AM
Thanks, Allen for your quick response.
I read that post and did the changes, but its getting applies to all menu and I want only for those 3 sub menu items.
Any idea ?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 07:49 AM
Perhaps try adding this instead before each of the sub-menu items:
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
Change search in glyphicon to the name of the icon you're trying to use.
https://getbootstrap.com/docs/3.3/components/#glyphicons-how-to-use
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 08:39 AM
Thanks. Let me try this code.