How to use retina_icons in the description section of a Catalog Item/Record Producer with the Service Portal

Jim Coyne
Kilo Patron

I'm trying to add the the little video icon from the retina_icons into the description area of a Record Producer but I've got no idea how to do that (bad HTML/CSS skills).  Trying to put it in front of a link, something like this:

find_real_file.png

Within the Service Portal.  Any help would be appreciated.

 

1 ACCEPTED SOLUTION

Hey, sure... just use: 

<div class=" icon-video">&nbsp;</div>

Thanks,

Berny

View solution in original post

7 REPLIES 7

I finally got it to work with:

 

<p><span class="icon-video">&nbsp;</span> <a title="Short Video:...

 

find_real_file.png

 

Thanks Berny

bernyalvarado
Mega Sage

I hope this helps! 🙂 and stay safe!

 

Thanks,

Berny

bernyalvarado
Mega Sage

Oh... and I forgot to mention, if you want to leverage the OOB video reproduction retina icon you can do something like this:

 

<div class=" icon-video">&nbsp;</div>

find_real_file.png

You can find the complete list of retina icons here:

 

yourinstanceurl/styles/retina_icons/retina_icons.html

 

Thanks,

Berny