How Can We Help?
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 hide this option, add to your chat CSS this code.
.options-dialog .toggle-private { display: none; }
Add this CSS code using the admin panel (see how in here for web CSS, here for mobile CSS).