Skip to main content
DocsWidgetsAppearance Options

Appearance Options

Customize the widget's colors, position, branding, and layout from your dashboard. All appearance settings are configured in the widget editor — no code changes needed.

All Appearance Settings

OptionDescriptionDefault
Primary ColorAccent color for buttons, links, and interactive elements#ff7a1c
Background ColorWidget background and message bubbles#1a1a2e
Text ColorMessage text and UI labels#ffffff
Orb ColorFloating bubble background (floating mode only)Matches primary color
Header IconCustom icon or logo shown in the widget headerStaffify logo
PositionBubble placement: bottom-right or bottom-left (floating only)bottom-right
Bubble SizeFloating bubble diameter: small (48px), medium (56px), large (64px)medium
Show BrandingDisplay "Powered by Staffify" in the widget footertrue

Where to Configure

  1. 1Go to Settings → Widgets in your Staffify dashboard
  2. 2Select the widget you want to customize
  3. 3Click Appearance in the widget editor sidebar
  4. 4Adjust colors, position, and branding options
  5. 5Save changes — they apply immediately without re-embedding

Color Format

All colors accept hex values. Use the color picker in the dashboard or enter hex codes directly.

// Examples of valid color values
primaryColor: '#ff7a1c'   // orange
primaryColor: '#2563eb'   // blue
primaryColor: '#16a34a'   // green
primaryColor: '#7c3aed'   // purple

Hiding Branding

The "Powered by Staffify" footer can be hidden on eligible plans. Toggle "Show Branding" off in the Appearance settings. Contact support if the option is not available on your current plan.

Widget Appearance Options