How to remove the logout option from the mobile menu?

You are here:

By default, the logout option is always in the chat menu and any user can click on the logout button.

To hide this 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).

Categories