The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Service Portal - Custom Icons

arnabbose
Tera Expert

Hello,

Our client wants us to provide below custom images in the SP Homepage Icons. As per my understanding only glyphs available in below link are usable. https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp

  • Can this be done with OOB UI or Custom UI needs to be put in?
  • If this can be done by any other way (may be re-structuring the Widgets) ; please can you let me know how.

find_real_file.png

24 REPLIES 24

Brian Lancaster
Tera Sage

Hello Arnab,


Did any of these responses work for you?


Hi Brian,



I created a Custom HTML Widget...Sample Code below:



<h3 style="text-align: left;"><a href="your_sp_url_to_which_you_want_to redirect_goes_here"><img style="max-width: 30%; max-height: 30%; float: left; margin: 0px 0px 20px 0px;" src="197fad6cdbd33200b895f91ebf96199b.iix" alt="" align="left" /><span style="font-size: x-large;">Name of Your Widget</span></a></h3>


<p>Your Widget Description </p>



Once this created...Insert Image just by browsing from your local drive as you want and it should work...


awesome!


You can mark my answer as Correct and close the Thread if this helped you. Future aspirants can also use the solution then


What do you mean by your_sp_url_to_which_you_want_to redirect_goes_here?  Also once this is done how do I use the image in an icon link button?