Custom Branding
White-label and customize the Gauzy application branding.
Customizable Elements
| Element | Location | Description |
|---|---|---|
| Logo | Header, login, favicon | Company logo |
| App Name | Title bar, emails | Application name |
| Colors | Theme | Primary/secondary colors |
| Login Page | Auth screens | Custom background/text |
| Email Header | Email templates | Custom header image |
Logo Configuration
Web App
# Custom logo URL
GAUZY_CLOUD_APP_LOGO=https://your-domain.com/logo.png
In Angular
// environments/environment.ts
export const environment = {
GAUZY_CLOUD_APP: {
LOGO: "assets/images/custom-logo.svg",
NAME: "Your Company Platform",
},
};
Theme Customization
Modify the NbTheme variables:
// Custom theme
$nb-themes: nb-register-theme(
(
color-primary-500: #YOUR_COLOR,
color-success-500: #YOUR_SUCCESS,
color-info-500: #YOUR_INFO,
),
default,
default
);
Login Page
Customize the login screen:
- Replace background image in
assets/images/ - Update login page text in translation files
- Add custom CSS if needed
Email Branding
- Go to Settings → Email Templates
- Edit header template
- Add your logo and brand colors
- Save
Related Pages
- Theme Customization — themes
- Email Templates — email templates
- Organization Settings — org config