Branding Options
Tenant Branding
Axioms allow you to customize your tenant's branding. Tenant branding options are used by hosted page and email communication templates.
Option | Description |
---|---|
Name | Brand name or product name used display on hosted pages and emails |
Description | User friendly description of your product or additional information about your brand or a standard call-to-action |
Logo | Logo URL for your brand or product. Supports most of web-friendly formats including .svg , .png , .jpg , .jpeg etc. |
Favicon | Favicon URL for your brand or product. Either .ico or .png |
Display logo only | Default disabled which means, templates will display Logo and Name side-by-side. Enabling this option will hide Name |
Colors | Available colors: Primary, Background, Info, Danger, Warning, Success, Secondary. Input must be valid hex color code. |
Headline Font | Font-family for headlines (H1 , H2 , H3 , H4 , H5 , H6 ). Select from a range of Google fonts options. |
Body Font | Font-family for non-headline HTML elements including forms, buttons, etc. Select from a range of Google fonts options. |
Brand Website | Brand or product website url |
Contact Email | Support or contact email |
Contact Address | Address of organization, used in email footer |
Side Image | Side background image url used on public hosted pages such as registration, login, reset password, error, etc. Hidden on mobile devices. Leave it blank to remove the side image. |
Custom CSS | Custom CSS. Placeholder is clip-path CSS for side image |
tip
For side image url you can use a Unsplash image collection which will randomly display a new image from collection every time a public hosted page loads. URL take following format, replace {collection-id}
with your own Unsplash collection id.
https://source.unsplash.com/collection/{collection-id}/1600x1600
.image-side {
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
}
explain this code snippet
Branding Options
Navigate to Tenant
and then find Branding Options
panel under Tenant Settings
tab. You should first enable Passwordless Enabled
. Chose passwordless mechanism, default is Using Email Link
and click Update Details
.
