Branding
Customize the visual elements of Frontnow Advisor to match your brand's visual identity.
Color Scheme
new Advisor({
colorScheme: {
primary: '#000000',
secondary: '#ffffff',
tertiary: '#ff0000'
}
});Custom Icon
new Advisor({
customIcon: "https://example.com/icon.png"
})Custom CSS
Last updated
Was this helpful?