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

How to change the font color of the "I forgot my password" link

To edit the font color of this copy:

Password.png

You should edit the CSS of the a.link class of the "I forgot my password":

HTML
 <span class="pull-right">
        <a showScreen="restore" class="link"><t>I forgot my password</t></a>
    </span>

By adding the following into the Identity Management layout template:

a, 
.link {
color: #6893b0;
}

Where you would substitute the color with the color of your choice.

Last updated: