Skip to main content

Custom Styling

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn advanced customization techniques to match your brand perfectly.

Use Case

Create a fully branded chat experience that seamlessly integrates with your website.

Implementation Example

new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
position: 'bottom-left',
theme: {
primaryColor: '#FF6B6B',
fontFamily: 'Poppins, sans-serif',
borderRadius: '20px',
mode: 'light'
}
});

Features

  • Custom color schemes
  • Font customization
  • Custom CSS injection
  • Mobile responsiveness
  • Accessibility compliance

Next Steps