- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 03:44 AM
I would like to change color of the fields on "Data Table from Instance Definition" widget in CSM Portal.
Could someone tell me how to change the color from red to other one?
Best Regards,
Aki
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 04:28 AM
Hi,
you have to insert the following CSS code in the Tab Misc of the Instance option of "Data Table from Instance Definition" widget with Title "Cases", you need also to put the same CSS code in the "Data Table from Instance Definition" widget itself, so you will need to clone it and change the setting in your instance to point to the cloned widget, change the color as per your need (I tested with black, it woks fine):
.th-title{
color: black !important;
}
Here the result of the test in my personal instance:
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 04:28 AM
Hi,
you have to insert the following CSS code in the Tab Misc of the Instance option of "Data Table from Instance Definition" widget with Title "Cases", you need also to put the same CSS code in the "Data Table from Instance Definition" widget itself, so you will need to clone it and change the setting in your instance to point to the cloned widget, change the color as per your need (I tested with black, it woks fine):
.th-title{
color: black !important;
}
Here the result of the test in my personal instance:
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto