How to change the Chat Icon Place in Service Portal Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:27 AM
Hello,
Go through below links
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0726500
https://community.servicenow.com/community?id=community_article&sys_id=4b9b8db8dbad6010f77799ead396193e
https://community.servicenow.com/community?id=community_question&sys_id=1136b93bdbc7ab40d6a102d5ca9619ab
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:29 AM
The chat icon is by default on all pages. Sounds like you maybe just need to put an icon link to the chat on the homepage instead of moving it up on all pages? 🙂
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 02:56 PM
Yes! That's what I need to do. How do I do this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:30 AM
Hi go to virtual agent widget and modify this CSS part. Refer attached screenshot
.conversation-button-container {
position: fixed;
right: 3rem;
bottom: 34.5rem; // play around with this to bring top
z-index: 20;
/* top: 109px; */
}
Once you find the perfect position copy CSS from inspect element ..>ctrl right click on virtual agen icont--> instance in page editor..> paste it under CSS
Harish