How to hide header for group chat?

Hello,

I had integrated comechat in website and want to remove header of widget chat.

How can I ?

Please guide me

Regards

solved by adding custom css in widget configuration

Hi @snippetbucket ,
.chat__header { display:none!important!} will work. We would recommend using these static class names instead of dynamic ones as they are bound to change.
Could you please try using the static classname and let us know if it works for you?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.