Hi @grimvik,
Q: Is there a way to increase the size of the chat window of the widget?
A: Yes, there is. I would caution on this as it may impact how it looks on various devices. Here are some of the related css fields:
//default height and width css
#floating-chatbot {
width: 375px !important;
height: 625px !important;
}
Anywhere your theme allows for you to enter custom css you can enter the above and adjsut the height and width as needed.
Q: What CSS or HTML to edit for the pop up message.
A: Was there something specific about it that didn’t look correct on your website or what part would you like to change?
Q: CSS improvement for quick questions in the chat UI.
A: Very soon I’ll be revisiting the theme customization options. I plan to implement an exciting new way to adjust the theme of the chatbot, including the quick question UI. This may be a few weeks out though (2 or 3), so until then, I’d be happy to help you adjust it. I think you may have sent me a screenshot of your chatbot theme currently. Let me review that and see how I can style it to help it be more aligned for you. Did you any specifics as to how you’d like it to look?
Thanks for reporting the error message you’re receiving as well. I’ll review that ASAP and update.
Hi @grimvik,
Hope you are well. Tonight I released an update for the theme customizer which now allows you to generate beautiful themes, save them, and apply them directly to your chatbot. Generated themes will also include css for the quick question buttons and the pre-chat pop ups.
Here is a demo video.
The update also resolved the error message you posted about.
Thanks again,
Maxwell