- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-28-2023 11:12 AM
Can someone please help me in changing the virtual agent icon in service portal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-29-2023 11:25 AM
Hi @Priyanka710,
To change the VA icon which appears when itās closed in portal, use the property ā$sp-agent-chat-btn-close" & to change the VA icon which appears when itās open in portal, use the property ā$sp-agent-chat-btn-open".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-29-2023 11:34 AM
Hi @Priyanka710,
Yeah, use the format mentioned below,
$sp-agent-chat-btn-close: url("/ChatBotPic1.png");
$sp-agent-chat-btn-open: url("/ChatBotPic2.png");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2023 03:54 AM
Hi @Priyanka710 ,
Yeah, it can be done. Navigate to the branding profile used in the portal which is displayed in 'Conversational Interfaces' settings page and there in the bottom of branding profile you would be able to add the new menu items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-29-2023 11:25 AM
Hi @Priyanka710,
To change the VA icon which appears when itās closed in portal, use the property ā$sp-agent-chat-btn-close" & to change the VA icon which appears when itās open in portal, use the property ā$sp-agent-chat-btn-open".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-29-2023 11:30 AM
Hi @Riyaz Ali Moham,
Thanks for that and can you also please help me with the format of the value to be set for those properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-29-2023 11:34 AM
Hi @Priyanka710,
Yeah, use the format mentioned below,
$sp-agent-chat-btn-close: url("/ChatBotPic1.png");
$sp-agent-chat-btn-open: url("/ChatBotPic2.png");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-06-2023 03:49 AM
Hi Riyaz,
Your above solutions worked and just wondering if there's any way to add few new menu items in virtual agent?