Theme
The theme tab allows you to customize the look of your typebot.
Global
This section allows you to enable or disable the typebot branding, change the font and the background of your bot.
Progress Bar
The Progress Bar allows you to visually indicate a user’s progress through the bot. This helps improve user experience by providing a sense of advancement and completion.
To enable the progress bar in your chatbot:
- Navigate to the Theme tab of your typebot.
- Locate the Progress Bar option in the Global section.
- Toggle the
Enable progress bar
switch to activate it.
Option | Description |
---|---|
Placement | Determines where the bar appears. Options: Top or Bottom . |
Background color | Sets the color of the bar’s background. |
Color | Sets the color of the progress indicator. |
Thickness | Controls the height of the bar in pixels. Default: 4 . |
Position when embedded | Controls how the bar is positioned when the bot is embedded on another website. See below. |
Position When Embedded
Use this option to adjust how the progress bar behaves when Typebot is embedded in a webpage:
fixed
: Pins the progress bar to the top of the window. It stays visible even if the chat container scrolls.absolute
: Positions the progress bar at the top of the embedded chat container. It scrolls with the chat.
Chat
This section allows you to customize all the chats components (avatars, bubbles, inputs etc…).
Click on the bot avatar to change the image:
Custom CSS
You can also decide to customize even further by adding any custom CSS you want. For this you right-click on the bot in the Theme page and inspect the element you want to customize:
For example, if I want my buttons to be more rounded, and have a fancy gradient color, I can add this to the custom CSS:
Customize a single button color
Thanks to custom CSS, you can customize the color of a single button for example by using the data-itemid
attribute:
To find the item ID of a button, right-click on the button and inspect the element: