- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019 06:58 AM
Hi,
How do I change the Virtual agent icon displayed on the Virtual agent widget. I want to change the attached icon to my own image
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 05:25 AM
Hi,
This can be done within the Virtual Agent widget. Unfortunately, this is not under the options so you have to clone the widget. From there, have a look at the CSS part.
It contains something like this:
.sn-va-widget-icon {
background-image: url('sn_virtual_agent.svg');
Just replace the url with an uploaded image.
Kind regards.
Mark
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
10-25-2019 05:23 AM
Hi Mark,
I agree that cloning is the way to go here. I try to modify this circle in my cloned widget, and I can do some things. I can change the little circle that appears if you have a new message, however I cannot change the purple color or add my own icon on top of it. It feels like the old widget is somehow overriding, how do I make sure that my new widget is the preferred one?
As you can see in my attached picture, it's trying to show me my image (it's black) but it's like it gets blocked. Do you have any ideas regarding this?
Br,
Sophia

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2019 05:31 AM
Hi there,
Have you had a look at the options schema?
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
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
10-25-2019 09:17 AM
Ive had this issue before, try resizing the image, or playing around with the height and weight and left px.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 06:44 AM
Thank you