How to change work notes and additional comments text color

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 06:34 PM
Hello team,
I've been struggling with a request from a client to modify the text color at the activity stream. I was able to set most of it to #000000 (black), but I can't figure out how to change some stuff.
I see in the CSS with the browser dev tools some code:
.sn-card-component_summary .sn-widget-textblock {
As you can see in the above image, the color for this text is #455464, and I need to change that to #000000
I tried revising the documentation for the SN Design, no luck 😞
http://designsystem.servicenow.com/#!/components/cards
If someone can please help me to figure this out. All I can find around is how to change the background color, that is NOT what I need, I need to change the actual TEXT color.
Thanks.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 10:22 PM
Hello Nester,
You can achieve through the system properties. Navigate to 'sys_properties.list' and search the 'glide.ui.activity_stream.style.field_name' properties.
update the value: LightGreen; box-shadow: 10px 10px 5px #888888;
Regards,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 11:18 PM
Hi Sagar
Thanks a lot for taking some time to help me.
Well, I did that but that created a vertical blur line next to the text. All I need is to change the TEXT color to black for both comments and work_notes.
Once again, thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you find any solution?