Issues with styling
# 🤝help
f
Hello, I have implemented some style to my chat widget, however, the widget image provider isnt showing up on the widget icon, it keeps the botpress image. Is it an on going issue or am i have done anything wrong? I attach a picture of what it should look like and the other picture is how it looks on the web page.

https://cdn.discordapp.com/attachments/1146153444219031613/1146153444881748088/Web_capture_29-8-2023_12435_styler.botpress.app.jpeg

https://cdn.discordapp.com/attachments/1146153444219031613/1146153445099847780/Web_capture_29-8-2023_124334_127.0.0.1.jpeg

r
can you share the CSS file you are using to get this done?
f
SUre
I tried doing some changes, however, the little chat image, the one showed in the second picture, shows in front of the custom picture I attached.
@rich-lamp-98721

https://cdn.discordapp.com/attachments/1146153444219031613/1146436891844018277/Web_capture_30-8-2023_73040_nicepage.com.jpeg

r

https://cdn.discordapp.com/attachments/1146153444219031613/1146459612007120946/Screenshot_2023-08-30_at_11.01.07_AM.png

I simply added
Copy code
.bpw-floating-button:before {
 display: none;
}
f
Thank you, you rock!!!
@rich-lamp-98721 For some reason it does show cool on the bot builder on botpress, but when I applied the CSS you provided it keeps showing as the image sent above, here's the Codepen link https://codepen.io/izar23/pen/mdaPGpB
Don't know if I am missing something.
r
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
It's set to v0 on your codepen. Change that link to v1 and you will be good
f
Lovely, thank you @rich-lamp-98721
By the way, I have tried to take the send button out of the place holder, but I have some dificulties, can you help me out with it?

https://cdn.discordapp.com/attachments/1146153444219031613/1146513648915841044/image.png

@rich-lamp-98721
Should I also change V0 to v1 on the pre configuration script?
r
Yes
f
Will do, by the way, is there any way to fix the send button issue?
r
I'm not sure I understand what you mean
f
I mean to show like this

https://cdn.discordapp.com/attachments/1146153444219031613/1146531539778285589/image.png

@rich-lamp-98721
r
I'm not too sure about this one. You'll have to play around with the .bpw-send-buttons class
2 Views