How to change colour in activity stream for custom field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 06:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 06:25 AM
Go to system UI> field styles, and create a new entry setting background color with a CSS value similar to what you see below for work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2018 09:56 PM
Hi that functionality is working for field background colour but doesn't reflect in activity stream

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2020 12:22 AM
I know this thread is old, but i just stumbeled upon the same problem. The solution that worked for me (Orlando release) was adding a new property for my custom field.
I created it by going to one of the two existing properties for the activity stream:
glide.ui.activity_stream.style.work_notes
then changing the name to my field (glide.ui.activity_stream.style.u_work_notes) and changing the value to my desired color.
Saved the record by using INSERT or INSERT AND STAY. Make sure to not overwrite the OOTB work note property.