change font of label variable in servicenow catalog from

peshwen
Giga Contributor

Hi ,

I want use html to change font of Label variable on service catalog from..i have tried simple example like:<p><font size="10">Hello</font></p> in Question field but not working..

Please help me on this..

Thanks,

Nikhil

4 REPLIES 4

Chuck Tomasi
Tera Patron

Hi Nikhil,



Changing label font styles is not directly supported. I suspect someone may come up with a way to do it via client script using DOM manipulation, but I'll warn you that this can lead to upgrade issues if the DOM changes (which it has in the past.)




Can you provide some details as to why you think you need to do this? Perhaps a note or annotation would be more appropriate. Please provide the business requirement (rather than the suspected technical solution) so we can understand what you are trying to do.



Thanks.


hi chuck,find_real_file.png

in the above image i need the "Software" to be display with the font size bigger than the "Software licensing requirements" variable. Can you please help me here. The Software is actually a section header it doesn't work in service portal as it works in the native page.

 

thanks,

Sivaranjani

tmwrapelee
Tera Contributor

Re: Formating Catalog Label Variables



This worked for me!


twl


Interesting. Thanks for sharing.