Login Page CustomizationLast Updated: 03/01/2016 Introduced in Verision: |
This document demonstrates how to customize Login page in Decisions.
Example:
Our Portal in this example is set to ‘Show different logo on Login Page’. But the logo is small… We are going to customize Login Page.
First, we go to Program Files > Decisions > Decisions Web Host. Files that we need to edit are Login.aspx and css Folder.
Then, we navigate to css Folder.
In css Folder we navigate to login_css Folder.
Then, open master_login.css file.
Style lines that we need to edit are: .login h1 and .login h1 img
We change them as following:
In .login h1 we change background property to #FFFFFF (white).
In .login h1 img we change margin to 0px and set width and height for our logo.
Then, we save and close this file. Next, open and edit Login.aspx file. Locate login_logo element and change max-height value to be more than your logo height. Save and close Login.aspx file.
Our Login screen should look like following now…