How to change the background color of a field?

ishankaggarwal
Tera Contributor

Is it Possible?

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Right click on the field -> configure Styles:



Here is a detailed study on the same:



Define field styles


-Anurag

Prateek kumar
Mega Sage

Ishank


This article from Mark will help you


https://www.servicenowguru.com/system-ui/field-styles-service-catalog-variables/



Please mark my response as correct and helpful if it helped solved your question.
-Thanks

Arindam Ghosh
Mega Guru

Hello Ishank,



Here are the steps:



1. Right click on the field and select configure Styles option.


2. Click new button to   create new record.


3. Based on your requirement (if you want to change Back ground color or Font color) paste below script in style field as shown in screenshot



background-color:red;


color:red;



find_real_file.png



Thanks,


Arindam


Shishir Srivast
Mega Sage

Are you looking to change the field background color for all the time OR looking for on any specific condition?