-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display avatar on bot side #882
Comments
+1 |
We currently only support initials for bot avatar without deep customization. We need a sample, and that would probably involve modifying production code a bit to make the sample intuitive enough. |
The work is done in PR #1486. You can specify either/both bot/user side as initials and/or image. |
The PR is being merged and it will be resolved by |
In case someone is still looking for |
I tested it as botchat.css as follows, but an icon is displayed on both the bot side and the user side.
.wc-message.wc-message-from-bot::before {
content: url(xxxxxxxxxxxx.png);
float:left;
}
Please let me know how to display the icon only on the bot side.
(google translate)
The text was updated successfully, but these errors were encountered: