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 Now Assist Virtual Agent Icon?

Kapil Khedkar
Tera Contributor

Hi Everyone,

I have enabled Now Assist in Virtual Agent on my portal, and I want to customize the icon  that appears for the Virtual Agent (chat launcher). Currently, it shows the default Now Assist icon, but I would like to change it to a custom one.

KapilKhedkar_0-1759312780539.png

Any help would be appreciated.

1 ACCEPTED SOLUTION

Vien Doan
Tera Expert

You can do this by updating the portal theme and setting the $now-sp-nass-FAB-icon variable.

$now-sp-nass-FAB-icon: url('/your_icon.png');

View solution in original post

8 REPLIES 8

MJ671
Tera Contributor

Hi Kapil
The VA logo which you shared indicates the Enhanced chat.
If you want to change the Enhanced chat to Standard chat, you have to go to this table sys_now_assist_deployment_channel and for the respective portal you have to change the experience from self service to chat widget.

Feel free to support my efforts by accepting the solution to help others in the future.

ssemmens
Tera Contributor

This is a good start, but I think we'd all be happy with being able to update the icon for the enhanced chat itself.

Vien Doan
Tera Expert

You can do this by updating the portal theme and setting the $now-sp-nass-FAB-icon variable.

$now-sp-nass-FAB-icon: url('/your_icon.png');

Kapil Khedkar
Tera Contributor

Hi @Vien Doan ,

It worked by adding the CSS variable $now-sp-nass-FAB-icon in the portal's theme CSS.

Is there any way to resize the icon?