Branding & customization

Complete white-label customization for your GLPConvert pre-consult site. Your colors, your logo, your domain.

Color Customization

Primary Brand Color

Set your primary brand color that will be used throughout the interface for buttons, links, and accents.

Current Color

var(--brand-primary)

How to Set Your Color

Add this parameter to your URL or contact support:

?brandColor=#FF6B35

Color Examples

Clinic Teal

#0FA3A3

Wellness Green

#16A34A

Trust Blue

#2563EB

Warm Coral

#E0625E

CSS Variables

We use CSS custom properties for easy theming. Here are the available variables:

:root {
  --brand-primary: #2563eb;     /* Primary brand color */
  --brand-secondary: #64748b;   /* Secondary color */
  --brand-accent: #f1f5f9;      /* Accent color */
  --brand-text: #1e293b;        /* Primary text color */
  --brand-bg: #ffffff;          /* Background color */
}