botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
76 stars 87 forks source link

How do I remove the conversations button in web chat? #479

Closed thenilaymodi closed 5 years ago

thenilaymodi commented 5 years ago

I'm using the web channel and I'm embedding my bot on a webpage. I just want to limit the user to just one conversation. How do I remove the conversations button at the top of the chat window?

Please help. Thanks in advance!

xavierbriole commented 5 years ago

@thenilaymodi You can hide it with css

CosmoAbdon commented 5 years ago

A simple example :

span.-botpress-channel-web__style__icon___3-4NF.botpress__toggle-convos-button {
    visibility: hidden;
}

2018-10-24-181928_1366x768_scrot

zipme commented 5 years ago

Is it better we have an option to do this? The css hack will be broken once the class name is changed.

I think the above css is already broken in 11.x version