We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to style the spinner when a Identity Management template is being loaded?

In order to style the loading symbol or spinner for the registration or login screen for Identity Management, you can use the Identity Management Layout template in the Identity Management section under ManageTemplates. There is a CSS tab that you can use for this purpose.

For example, you can edit the classes spinner, spinner-shading as follows:

.spinner {
  color: white;
}

.spinner-shading {
  color: red;
}

Last updated: