How to remove the option remove sound notification?

You are here:

By default, the sound notification can be changed by any user.

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

.options-dialog .toggle-sound {   display: none; } 

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

Categories