Skip to main content
Coming Soon

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.

note

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.

FieldPurpose
App NameDisplay name shown in the dashboard header. Up to 100 characters.
LogoImage rendered in the dashboard header and (optionally) inside widgets.
FaviconSmall icon shown in the browser tab.
Primary ColorAccent 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.

  1. Toggle Hide Badge to remove the badge entirely.
  2. 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.

note

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.

FieldPurpose
Email Logo URLFull URL to the logo embedded in email headers.
Email Accent ColorHex 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.