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

How to remove the option to see the QR code?

By default, the QR code can be seen by any user. To remove the QR code in your chat room, add to your chat CSS this code.

.options-dialog .qr-option {   display: none !important; } 
remove QR code

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

Categories