
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 10:46 PM
I want to use Markdown text in text areas in Planning section of a Change Request. How can I styled text in these text areas?
Solved! Go to Solution.
- Labels:
-
Change Management
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2020 02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 10:58 PM
Hi Howza,
You can do field styling for these field.
Write click on the field and select configure styles:
In the style secion you can add:
background-color:red; font-size:24px; color:white;
Screenshot:
Right click on field and select configure styles:
Configure styles and create new:select field name and put style:
Ouptut:
Similarly you have to create this for all the fields:
Reference link:
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/navigation-and-ui/...
Mark helpful and correct if it helps.
Thanks,
CB

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 11:11 PM
There's no Configure Style when I right click on any of these fields in Change Request. Are you sure you're using Change Request form?
Also, I want to use Markdown in these fields. That is, I want to style the text within these fields and not change the overall field style that Field Style does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 11:21 PM
yes it will appear in the change request form field as shown in the screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 11:29 PM
Hi,
right click on field on which you apply style ,go to configure style option,create a new record of style and in style field css code .
As your requirement is of text red color so use
color:red;
please mark correct and helpful if it solves your query
Thanks
Virendra