Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to change work notes and additional comments text color

Nestor Padilla1
Giga Expert

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 {

 find_real_file.png

 

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.

3 REPLIES 3

Sagar Pagar
Tera Patron

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;

 

find_real_file.png

 

Regards,

Sagar Pagar

The world works with ServiceNow

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.

Did you find any solution?