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

How to adjust the styling of "OR" in the Identity Management Login template

If you'd like to update the styling, e.g. the font size of the "OR" divider in the Identity Management login page template:

image

The styling of this HTML element can be adjusted by inline styles on the last element of the HTML code.

For example:

HTML
<div class="divider"><t style="font-size:18px;">or</t></div>

In a similar way, you can change the size of any text within the template with inline styling, or make it bold, change its color, etc.

Last updated: