Skip to main content

Theming

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn how to customize the ChatBox SDK appearance to match your brand identity.

Topics Covered

  • Custom color schemes
  • Font customization
  • Dark/light mode
  • Custom CSS
  • Brand guidelines

Quick Example

new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
theme: {
primaryColor: '#0066FF',
fontFamily: 'Inter, sans-serif',
borderRadius: '12px',
mode: 'auto'
}
});

Next Steps