Hi guys,
I have a client who really wants/needs to disable the chat feature in Communities in order to move across from Discord. They're in the financial space and are concerned about scammers messaging their clients directly, where they can't see what's being said.
HighLevel doesn't plan on adding an "off" switch for chat any time soon, so I wrote some CSS code that hides the Chat button entirely:
#communities-top-nav-bar-chats-web {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
}
You add the code here:
Sites->Client Portal->Settings->Branding->Advanced->Custom CSS
My only remaining issue is that the code doesn't affect the mobile app, where the Chat button is still visible and active.
Do you have any resources that would tell me how to customise the mobile app similarly to what I've done here for browser access?
Any other ideas for how to remove Chat access on the mobile app?
Thanks in advance.