Changing the custom chat icon
# 🤝help
b
Can the Botpress team please assist me with changing a custom Chat Icon in the Configurable set up? I've tried using JSFiddle, but it doesn't seem to work. Various attempts with External Style sheets have also been unsuccessful. This issue is causing concern as our launch is scheduled in a few weeks. Your help would be greatly appreciated.
r
@billions-architect-85679 can you share your code snippet? you should use have
avatarUrl
b
<script src="https://cdn.botpress.cloud/webchat/v0/inject.js%22%3E window.botpressWebChat.init({ "composerPlaceholder": "Lets get started.", "botConversationDescription": "**", "botId": "5d3cb5bc-492e-4f26-8347-66aec99a3b38", "hostUrl": "https://cdn.botpress.cloud/webchat/v0", "messagingUrl": "https://messaging.botpress.cloud/", "clientId": "5d3cb5bc-492e-4f26-8347-66aec99a3b38", "botName": "****", "avatarUrl": "https://documents-scus.bildr.com/rf195c2f1dfd243c3b47f593febe7e689/doc/who-icon.fIu3v9xvkU2P0VintptAwg.svg", "stylesheet": "https://dl.dropbox.com/s/vbsimepsz9eyj2d/whodai.css", "useSessionStorage": true });
@rich-battery-69172
r
@billions-architect-85679 works in the chat header right?

https://cdn.discordapp.com/attachments/1130861854940463154/1130895810855452692/image.png

do you mean the chat bubble on the website? that has to be done with CSS unfortunately
q
I think we've figured it out @rich-battery-69172 Thanks for getting back to us.
2 Views