Customise the visual appearance of this tenant, including logo, favicon, colour scheme, and Bootstrap theme.

Style
Custom CSS
CSS rules applied to every page in the tenant portal. Use this to override default styles or apply brand colours. The editor provides syntax highlighting. Example:
				:root {
  --bs-primary: #ff6600;
  --bs-primary-rgb: 255, 102, 0;
}
			
Disable Themes
When enabled, the Bootstrap theme selector is hidden from users and the default theme is always applied.
Default Theme
The Bootstrap theme used by default for all users in this tenant. Users may change this in their profile if themes are not disabled.
Images
Logo
Upload a logo image displayed in the portal header. Maximum dimensions: 400 × 100 px. Accepts PNG, SVG, or JPG.
Favicon
Upload a favicon shown in browser tabs. Maximum size: 512 × 512 px (PNG or ICO).