Advanced configurations
Quack AI Widget: Advanced Customization & JavaScript API Reference
1. CSS Customization
1.1 Widget Root Position
.quackchat-root {
bottom: 60px !important;
right: 60px !important;
}1.2 Custom Font Family
.qc-themes {
--qc-font-family: "Bytesized", sans-serif !important;
}2. JavaScript API
2.1 Programmatically Open/Close the Chat
2.2 Identify Users in Session
2.3 Track Custom Events
2.4 Add Custom Error Handling
Example Integration
Last updated
Was this helpful?
