- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 11:21 AM
After using the methods described below our minimize button remained the X.
Using your article on how determining whether we are using Service Portal Agent Chat or Virtual Agent we are using Service Portal Agent Chat. (I’ve just included the link for ref)
The method I have used is to go into Service Portal and select Service Portal ie sp .
I’ve gone down to the CSS Variables and entered :
.sp-ac-root button.sp-ac-btn.open:after {
content: "\f148"
}
From this article - https://www.servicenow.com/community/virtual-agent-nlu-articles/changing-the-virtual-agent-client-mi...
As this minus symbol is the exact result we are looking to achieve. Preferably with this option as we’d like to avoid making our own minus button image to use.
We’d also like to change the wording from Close Chat to Minimize Chat.
Thank you very much in advance I really appreciate hearing back from your other article. Your articles are very useful.
Joey
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 10:49 PM
Hi there,
Just had a quick look. It looks like the behavior has changed in one of the recent releases. Using the browser inspect, I see that it's not .sp-ac-root button.sp-ac-btn.open:after anymore, but .sp-ac-root button.sp-ac-btn.open .icon-cross:before
Just tried with applying:
Result for me is:
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:01 AM
Just play around with this in the browser insector, than you can easily change the content and see instant change. That makes searching for the symbol you are after a lot easier 😀
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field