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 the color of “End Conversation” buttons in Agent Chat?

lgenach
Tera Contributor

Hi,
I’m trying to change the color of the End Conversation buttons in the Agent Chat window.

 

lgenach_0-1762768512787.png


I inspected the elements in the browser and found the following CSS definition:

lgenach_0-1762769523295.png

 

This same color is also used for the Send icon.
However, I can’t find where --button_bg_action_color is defined in the platform.

Does anyone know where I can define or override this variable — for example, in the theme, UI properties, or a CSS include?


Thanks in advance for any help! 🙏

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to sys_cs_branding_setup.LIST

Select the appropriate branding and update hex code for Button background action column

Shruti_0-1762839482698.png

 

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to sys_cs_branding_setup.LIST

Select the appropriate branding and update hex code for Button background action column

Shruti_0-1762839482698.png

 

Thank you 🙏🏼 

I add this in the form layout and then I successfully change the color.