The Pro plan includes full custom branding options, allowing you to white-label the consent banner and policy pages.
Banner Branding
In the banner configuration for any site:
Colors - set primary, secondary, background, and text colors to match your brand
Font - choose from system fonts or specify a custom font family
Logo - upload a logo to display in the banner header
Button styles - customize accept, decline, and preferences button appearance
Attribution - toggle off the "Powered by LegalBanner" badge
Policy Page Branding
Policy documents hosted on LegalBanner can be customized:
Header logo - your company or client logo
Color scheme - match policy pages to your website theme
Footer text - custom footer content
Custom CSS
For advanced customization, you can inject custom CSS through the banner configuration:
``css
/ Example: custom font and border radius /
.lb-banner { font-family: 'Inter', sans-serif; }
.lb-button { border-radius: 8px; }
`
Custom CSS supports standard properties. For security, @import, expression(), javascript:`, and other potentially dangerous patterns are blocked.
Limitations
Custom branding is only available on the Pro plan
Custom CSS has a 10,000 character limit
Custom domains for policy pages are on the roadmap