How Can We Help?
Hide the QR box
When you want to hide the QR option in your chat.
To remove the button, add the following:#options #opts { display: none; }
To keep the button for chat moderators only, add the following:.moderator #options #opts { display: list-item; }