How Can We Help?
How to remove the logout option from the mobile menu?
By default, the logout option is always in the chat menu and any user can click on the logout button. To remove the logout option, add to your chat CSS this code.
.options-dialog .logout { display: none; }
Add this mobile CSS code using the admin panel (see how in here).