How do you style forms?

mahudg2
Kilo Expert

I see that you can style fields, in the field styles section, but how would one style a form, such as the incident form?

1 ACCEPTED SOLUTION

DrewW
Mega Sage
Mega Sage

Under system properties there is a CSS module that will allow you to set some styles but if that is not enough I would here


https://wiki.servicenow.com/index.php?title=Customizing_the_UI_Appearance



If thats still not what you were hoping for then all I can suggest is the CMS or write a bunch of client script.


View solution in original post

4 REPLIES 4

DrewW
Mega Sage
Mega Sage

Under system properties there is a CSS module that will allow you to set some styles but if that is not enough I would here


https://wiki.servicenow.com/index.php?title=Customizing_the_UI_Appearance



If thats still not what you were hoping for then all I can suggest is the CMS or write a bunch of client script.


I ended up writing a client script that changes the style onLoad.



Thanks!


Thats usually what I end up doing.


nthumma
Giga Guru

How to change over all style of the form like adding a logo and aligning the form center and all other good stuff?