- Employee embedded experience: the interface end users complete to submit Form I-9
- Administrator embedded experience: the interface you use to review submissions and take action on E-Verify cases
Theming scope and inheritance model
Symmetry I-9 supports a two-tier theming model that lets you manage branding at either the account (service provider) level or the employer level.Account-level themes
An account-level theme acts as the default theme for your account.- When applied, the theme cascades to all employers under your account
- Updates and deletions at this level affect all employers
- Account-level
GEToperations return the theme from the first available employer domain
Employer-level themes
An employer-level theme applies only to a specific employer.- Employer-level themes override any account-level theme for that employer
- Updates affect only the specified employer
- Other employers continue to use the account-level theme (if present) or their own employer-level theme
How it works
Custom themes use a JSON configuration format that automatically translates into CSS variables applied globally across all application pages. The system uses nested JSON structures to organize style properties logically, making theme management straightforward and maintainable.Supported customizationTo ensure usability and visual consistency, only a defined set of styling properties can be modified.Unsupported values may still be processed as CSS variables but do not affect rendered UI elements.
Supported elements
Theming allows you to customize specific visual elements across six categories. These settings apply consistently across both embedded experiences.Body text and typography
Controls the default text stylingbody used throughout the embedded interfaces:
Links & navigation
Defines how links (link) appear and respond to user interaction:
Headings (H1–H6)
Provides consistent styling for all heading levels in theheadings object (h1, h2, h3, h4, h5, h6):

Alerts & notifications
Customizesalerts and notifications using variant-based styling:

Buttons & interactive elements
Controls the appearance ofbuttons across variants and states:

Form controls & inputs
Ensures consistent styling for user inputformControl elements:

