We’ve migrated our documentation to a new site, which means some URLs have changed. If you hit a broken link, submit a support ticket.
Subscriptions

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

If you want to update styling, such as the font size of the "OR" divider in the Piano ID login page template.

Adjust this element's styling via inline styles on the last element of the HTML.

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: