How to change the background color of a field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 09:27 AM
Is it Possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 09:30 AM
Right click on the field -> configure Styles:
Here is a detailed study on the same:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 09:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 09:55 AM
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;
Thanks,
Arindam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 10:01 AM
Are you looking to change the field background color for all the time OR looking for on any specific condition?