Customize CSS and Messenger Improvement

Samuel Su
on February 19, 2025Customize CSS In Chat Interface
You can now customize the CSS of your website's chat interface. We provide extensive customization options for various components including buttons and containers. All available CSS classes are listed below and can be found in the Settings > Chat Interface tab under the customize CSS section.
Main Container Elements
chat-interface
- Main chat interface containerheader-container
- Chat header sectionchatbot-main-container
- Main chat content areachat-input-container
- Bottom input sectionchatbot-footer
- Footer section
Header Elements
home-button
- Home navigation buttonheader-name
- Chat header titleheader-button
- Header action buttonsaction-items-carousel
- Carousel for action itemsaction-item
- Individual action item
Message Elements
message-container
- Container for chat messagesmessage
- Base message styleuser-message
- User message bubblesbot-message
- Bot message bubbleschat-button
- Interactive chat buttonssuggested-message-button
- Suggested response buttons
Input Elements
chat-input-textarea
- Main chat input field
Profile Related Elements
profile-button
- Profile section buttonprofile-message-button
- Profile message actionsprofile-message-input
- Profile message input fieldprofile-message-back-button
- Back button in profileprofile-social-button
- Social media buttons
Navigation & Search Elements
nav-button
- Navigation buttonssearch-messages-container
- Search interface container
Multi-Thread Message Elements
last-message-container
- Last message containerlast-message-text
- Last message contentlast-message-metadata
- Message metadatalast-message-delete-button
- Delete message buttonlast-message-delete-confirm-button
- Confirm delete buttonlast-message-delete-cancel-button
- Cancel delete button
Lead Form Elements
lead-form-container
- Lead form wrapperlead-form-title
- Form titlelead-form-close-button
- Close form buttonlead-form-label
- Form field labelslead-form-input
- Form input fieldslead-form-checkbox
- Checkbox inputslead-form-checkbox-label
- Checkbox labelslead-form-submit-button
- Submit button
Chatbot Bubble Elements
chatbot-bubble
- Chatbot bubble containerchatbot-bubble-icon
- Chatbot bubble icon

To visualize elements with specific CSS classes, you can add a border style in the customize CSS section. For example:
.chat-interface { border: 2px solid red; }
Gender Information In Messenger
The Messenger integration now supports gender-based personalization through Facebook profile data. This feature enables your AI chatbot to provide gender-specific recommendations for products or services. Currently, this functionality is exclusive to the Messenger integration and is not available for WhatsApp or Instagram integrations.