How to hide the register/login buttons

In some cases, a website might want to provide only anonymous access for Chat Widget without logging in or registering function. At the current version of Chat Widget, you may do it by hiding the register and login buttons via CSS.

In order to do that, you will need to apply the following CSS at your website,

.login-options{ display: None!important; } button.auth-button{ display: None!important; }

 

Afterward, you should have a Chat Widget without register/login button like the following,

 

To combine with the following settings inside Chat Settings, you may achieve a full anonymous-like experience in your website for your Chat Widget,

 

You may as well combine with Chat meta data (https://appfire.atlassian.net/wiki/spaces/SUPPORT/pages/153453409 ) in order to carry certain information from your website to the Jira issue to help you identify your anonymous customers on Chat from your website.