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

How to remove the option to block private chat popup?

By default, the private chat popup can be enabled or disabled by any user. To remove the private chat popup, add to your chat CSS this code.

.options-dialog .toggle-private {   display: none; } 
remove private chat popup

Add this CSS code using the admin panel (see how in here for web CSS, here for mobile CSS).

Categories