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

How to remove the option remove sound notification?

By default, the sound notification can be changed by any user. To remove the sound notification option, add this code to your chat CSS.

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

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

Categories