To stack the username and password fields
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
Verify that Enable advanced customization mode is selected.
Click Download Current Customization CSS to download the current theme.css file.
Append the following rule to the end of the theme.css file:
#loginForm {
width: 300px;
margin: 0 auto;
padding-top: 30px;
}
Upload the modified theme.css file and click Save.
To change to your web font
Copy your web font into the following directory on each of your STS hosts:
C:\Program Files\One Identity\Cloud Access Manager\Customization\
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
Verify that Enable advanced customization mode is selected.
Click Download Current Customization CSS to download the current theme.css file.
Append the following rules to the end of the theme.css file:
@font-face {
font-family: yourfont;
src: url('/CloudAccessManager/Customization/yourfont-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
#custom,
#custom .cui-masthead .cui-application-title,
#custom .cui-masthead,
#custom .section-title,
#custom .loginTitle,
#custom h2,
#custom h3 {
font-family: 'yourfont';
}
Change the src declaration to reference your font filename.
Change the two font-family declarations to your font name.
Upload the modified theme.css file and click Save.
By default the application sub-name displayed in the header bar is Application Portal.
To change the application sub-name
Verify that Enable advanced customization mode is selected.
Click Download Current Customization CSS to download the current theme.css file.
Append the following rules to the end of the theme.css file:
.cui-application-subname {
display: none;
}
.cui-application-title:after {
content: 'Employee Portal';
}
Update the content declaration to contain the required name.
Upload the modified theme.css file and click Save.
If you want to remove your company name text from your company logo, perform the following steps.
To remove your company name text from your company logo
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
Select Enable advanced customization mode and click Save.
Click Authenticators and then click Edit on the authenticator that will use the alternative company logo.
Click the Customization tab and verify that Customize this authenticator is selected.
Click Download Current Customization CSS to download the current theme.css file.
Remove or comment the following rules:
#custom .cui-application-title:before {
content: "One Identity Cloud Access Manager";
}
.loginTitle:before {
content: "One Identity Cloud Access Manager";
}
Upload the modified theme.css file and click Save.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center