How to add custom icon to Glyph in icon link widget ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 09:13 AM
Hi All,
How to add custom icon to glyph in icon link ?
Thanks,
Naga.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 09:25 AM
Hello,
You could check this post here - https://community.servicenow.com/community?id=community_question&sys_id=63e383e5dbd8dbc01dcaf3231f96193a&view_source=searchResult
It is answering your requirement, please try and let me know.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 09:55 AM
Thanks for response.
I tried with the same way but its not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 09:29 AM
Not sure what widget you are using but with a little bit of html and css you can clone a widget and modify it to whatever you would like.
A font library is already in service now called font awesome. And it is Awesome. So if you do close a widget and want to insert one of these icons you can by simply adding this to the widget where the oob widget would have used the glyph.
<i class="fa fa-address-book-o" aria-hidden="true"></i>
Here is a link to the font awesome website most will just work but service now does have rather old version of font awesome so some new ones will not work.
https://fontawesome.com/v4.7.0/icons/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2021 06:41 AM
Really helpful. tks!