Change the button font color in Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 09:05 AM
I must be missing something simple. I am trying to change the color of the font on the button.
The button background can be changed easily using the button background attribute below
How do I change the color of the font? I have modified all the fonts in the branding and nothing has changed it.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:25 AM
Thank you for your answer Rekha, I will check it and let you know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 10:28 AM - edited 02-16-2024 10:29 AM
I found something online this might help,
How to change Show me Everything text in virtual agent ServiceNow?
- Navigate to Conversational Interfaces > Virtual Agent > Designer and select the copy of the Greetings setup topic that you created.
- In the Flow tab, select the node for the Send Topic Picker script action.
- In the Script Action Properties sheet, open the Action Expression script, change the greetingMessage text string as needed, and select Save.
For example, to change the button text to Show more, you would change the script as follows:(<span class="hljs-name">function</span> execute() { var greetingMessage = vaSystem.getTopicSelectionMessage()<span class="hljs-comment">;</span> vaSystem.sendTopicPickerControl(<span class="hljs-name">greetingMessage</span><span class="hljs-punctuation">,</span> <span class="hljs-string">"Show more"</span>)<span class="hljs-comment">;</span> })()
Or you can try below community Link,
https://www.servicenow.com/community/virtual-agent-nlu-forum/virtual-agent-change-quot-show-me-every...
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang