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

How to disable the option to delete chat messages?

By default, admins can delete chat messages any time. Note that this option is only available for admins. To disable the option to delete chat messages, add to your chat CSS this code.

.options-dialog .clear-messages {   display: none; } 
disable delete chat

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

Categories