Chat now with support
Chat with Support

Cloud Access Manager 8.1.1 - Advanced Customization

Stacking the username and password fields

1
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
2
Verify that Enable advanced customization mode is selected.
3
Click Download Current Customization CSS to download the current theme.css file.
#loginForm {
width: 300px;
margin: 0 auto;
padding-top: 30px;
}

Changing the font

2
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
3
Verify that Enable advanced customization mode is selected.
4
Click Download Current Customization CSS to download the current 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';
}

Changing the application sub-name

1
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
2
Verify that Enable advanced customization mode is selected.
3
Click Download Current Customization CSS to download the current theme.css file.
.cui-application-subname {
display: none;
}
.cui-application-title:after {
content: 'Employee Portal';
}

Removing the company name

1
From the Cloud Access Manager Administration Console, click Settings | Customize Appearance.
2
Select Enable advanced customization mode and click Save.
3
Click Authenticators and then click Edit on the authenticator that will use the alternative company logo.
4
Click the Customization tab and verify that Customize this authenticator is selected.
5
Click Download Current Customization CSS to download the current theme.css file.
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating