How to add custom icon to Glyph in icon link widget ?

Naga Surendra 1
Mega Expert

Hi All,

How to add custom icon to glyph in icon link ?

find_real_file.png

Thanks,

Naga.

4 REPLIES 4

Alikutty A
Tera Sage

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!

Thanks for response.

 

I tried with the same way but its not working.

johansec
Tera Guru

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/

Really helpful. tks!