Customizing the appearance of your chatbot can greatly enhance user experience and align the chat interface with your brand.
Insighto.ai lets you personalize your chatbots so they reflect your brand’s identity. In this guide, we'll walk you through the process of customizing the CSS for Insighto.ai's chatbot widgets. You'll learn how to modify the Main Chat widget, the Open/Close widget, and the Greet Me Banner to create a cohesive and visually appealing chat interface.
Getting Started
1. Understanding the Components
Before we dive into the customization, it's important to understand the three main components of the chatbot that you can style:
Greet Me Banner: The initial bubble that appears at the start of the session to greet users.
Open/Close Widget: The bot icon is located at the screen's bottom left corner.
- Main Chat Widget: The window that opens when you click on the bot icon.
2. Adding the Style Tag
To customize these components, you'll need to add a </style> tag in the HTML of your webpage where the chatbot is embedded. Here’s a basic example:
3. Customizing the Greet Me Banner
The greet me banner uses the .greetMe__banner ID. There are several ways in which you can change the appearance of this banner.
→Default Code
Look:

Now, let’s say you want to change the positioning of the greet me banner, moving it slightly towards the left. Below is the modified CSS for that:
→ Modified Code
Look:
4. Customizing the Open/Close Widget
The open/close widget is represented by the #openCloseWidget ID. You can customize its appearance as well as change its positioning on the website w.r.t. the main chat widget.
→Default Code
Look:
Now, let's say you want to change the position of the open/close widget, bringing it towards the center of the screen. Below is the modified CSS for that:
→Modified Code
Look:
5. Customizing the Main Chat Widget
The main chat widget can be styled using the #chatWidget ID. You can easily change the layout, background color, etc. to customize the chat widget as per your needs.
→Default Code
Look:
Now, you want to change the layout of the main chat window. Below is the modified CSS that you can use to move your chat towards the left and add a border to it.
→Modified Code
Look:
Customizing your Insighto chatbot widgets with CSS is a straightforward way to ensure the chat interface matches your website’s look and feel. By following the steps outlined above, you can easily adjust the main chat widget, the open/close widget, and the greet me banner to create a seamless and engaging user experience.
For more advanced customizations or any additional queries, you can reach out to our support team at support@insighto.ai
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article