How Can We Help?
< Back
You are here:
Print

Disable group chat and allow only private chats?

If you want to allow only private chat discussion so all can talk in private but not having a group discussion, then choose “Group chat”, and then add the following CSS to both the web and mobile CSS versions.


#content,
#text:not([readonly]),
#chat-extra,
#send-button
{ display: none !important; }

When you send a message in the group chat, it will not appear. Only private chats will work.

group chat

To know how to edit web CSS, click this link.

Categories