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

How to hide chat buttons?

Here’s how you can hide chat buttons.

1. Hide all buttons

#options { display: none !important; }

Hide chat Buttons

2. Hide specific option buttons

Choose the buttons you want to hide. Each of these lines of code
can be copied and pasted individually.

Group Chat Pause Button

#options #pause { display: none; }

Export Group Chat History Button

#options #export { display: none; }

Full Screen Group Chat

#options #popup { display: none; }

Group Chat Notification Button

#options #sound { display: none; }

Group Chat Settings Button

#options #opts { display: none; }

#options #logout { display: none; }

Group Chat Log Out Button

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

Categories