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

How to remove the option to open the chat in full screen?

By default, the chat can be opened in a separate window by any user.

To hide this option, add to your chat CSS this code.

.options-dialog .popup {   display: none !important; } 

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

Categories