Hide the chat button on the custom portal
Hide the chat option for your custom portal that appears in the Employee Center tab within Microsoft Teams.
Before you begin
Ensure that you set the com.glide.cs.advanced-chat-popover system property to false.
Role required: admin
Procedure
Navigate to All > Service Portal > CSS.
Select the custom CSS that you want to edit.
Select the click here link to edit the CSS.
Paste the following code in the CSS field.
Note: In the following code example, the
.embedded-experience .sp-ac-btnelement specifies the chat button and thedisplay: none;property hides the button. You can customize the code based on your requirement./* Embedded portal */ .embedded-experience .sp-ac-btn { display: none; }Select Update.
Refresh the custom portal tab in Microsoft Teams.
Parent Topic:Embed a custom portal