Conversational interface I need to disable Sidebar for ITIL users ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 06:44 AM
Hi All,
Is there a way to under "Conversational interface need to disable Sidebar for ITIL users ?
Appreciate any help please
Regards,
Rushi
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:47 AM
Hello @Rushi2
- Navigate to All > Service Portal > CSS.
- open esc-polaris-global record.
- Customize the following code as required and paste in the CSS.
/* Embedded portal */ The code shared to disable chat button is an example. You need to customize as required to disable chat button. .embedded-experience .sp-ac-btn { display: none; }
Copy - Click Update.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 10:02 AM
Hi Samaksh,
Thanks for reply , I am looking for below one to hide ITIL users.