How Can We Help?
How to remove the profile login type label?
Many customer that wish to white label their chat choose to remove the profile login label.
You can do so by pasting this CSS code in the editor.
.login-type { display: none; }
To know how to edit web CSS, click this link.