Customization
Customization of Landing.
Last updated
Customization of Landing.
The homepage is easily customizable through the Landing Customization page. This Customization will be carried out upon request to the Facephi team.
The theme can be configured with the following parameters:

Font: Font family applied to the page.
Primary: Color applied to the header.
Secondary: Color applied to the primary elements of the widgets.
Tertiary: Color applied to the secondary elements of the widgets.
Background: Background color of the component.
Custom CSS: Additional advanced CSS configuration.
These parameters will modify the theme and CSS variables of the SDK Web components.
The entire Landing page can be customized using the CSS variables provided by the tag facephi-sdk-provider of the SDK Provider, allowing a higher level of Customization.
Simply add the desired CSS variables in the text area Custom CSS.
See the complete list of CSS variables to see all available CSS variables provided by the SDK Provider and the widgets.
Example:
facephi-sdk-provider {
--wrapper-color-capture-fail: red;
--wrapper-color-primary: green !important;
}Warning: If you override the CSS variables set by the theme, you must use the flag
!importantfor your changes to take effect.
Font: --wrapper-primary-font, --wrapper-secondary-font.
Secondary: --wrapper-color-primary, --wrapper-color-progress-bar, --wrapper-color-tutorial-background.
Tertiary: --wrapper-color-hover, --wrapper-color-tutorial-shirt.
Background: --wrapper-color-background.
Example:
How to use a custom subdomain instead of the Landing domain.

Facephi domain: Default domain offered by the Facephi team.
Custom Domain: Custom domain to be used for the Landing provided by the client.
Identifier name for the Landing.
Custom domain that the client must provide to be used for the Landing.
SDK API Key generated by the Facephi team for that domain.
The client is provided with the following CNAME so that it can be associated with the respective configured subdomain: landing.idv-suite-cd.com
This subdomain must be configured with the CNAME defined in the name server record to which the provided domain is associated.
Last updated
facephi-sdk-provider {
--wrapper-color-background: #000000 !important;
}