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

How to disable the export option in the chat?

By default, the chat transcript can be exported from the chat by any user.

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

 .options-dialog .export {   display: none !important; } 

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

Categories