Branding configuration is not yet available. This page describes the planned feature.
Branding
Tailor the visual identity that end users see across BreakGround widgets, the dashboard chrome, and outbound emails from Settings > Branding. Logo, colors, badge wording, custom CSS, and email styling are all configured here.
Branding is part of the White Label plan feature. The form is read-only on plans that don't include it — upgrade your plan to enable editing.
General Branding
Controls the look of the dashboard header and the SDK widgets that render in your customers' applications.
| Field | Purpose |
|---|---|
| App Name | Display name shown in the dashboard header. Up to 100 characters. |
| Logo | Image rendered in the dashboard header and (optionally) inside widgets. |
| Favicon | Small icon shown in the browser tab. |
| Primary Color | Accent color applied to buttons, focus rings, and widget highlights. Hex format. |
Logos and favicons accept PNG, JPEG, or SVG files up to 500 KB. Use a transparent PNG or SVG for the cleanest result against varying backgrounds.
Badge Settings
By default, BreakGround widgets show a small "Powered by" badge linking back to the platform. Customize or remove it here.
- Toggle Hide Badge to remove the badge entirely.
- If the badge is shown, set the Badge Text (up to 50 characters) and an optional Badge URL the badge links to.
Custom CSS
Apply CSS overrides to every widget your SDK renders. Use this to fine-tune spacing, typography, or animation when the standard color and logo controls aren't enough.
.wfx-tooltip {
border-radius: 8px;
font-family: "Inter", sans-serif;
}
The CSS field accepts up to 10,000 characters. Selectors targeting BreakGround widget elements (prefixed with .wfx-) are applied at runtime.
Custom CSS is loaded inside the SDK's shadow DOM. Global page styles do not leak in, and your overrides do not leak out.
Email Branding
Configure how transactional emails (invitations, notifications, NPS prompts) appear to recipients.
| Field | Purpose |
|---|---|
| Email Logo URL | Full URL to the logo embedded in email headers. |
| Email Accent Color | Hex color applied to email buttons and dividers. Defaults to your primary color. |
Use a publicly reachable URL for the email logo — it's fetched by recipients' email clients, not served from your dashboard upload.
Saving Changes
Click Save Settings to apply your changes. Changes take effect immediately for newly rendered widgets and emails sent after the save. Existing widget instances on a customer's screen update on their next page load.