Custom Header on Login Page

Sites can optionally customize the header area of the Login page through the use of a custom HTML snippet. HTML Snippet is a custom HTML file that renders inside an iframe in the header of the login page. The custom HTML snippet can only be used on the Login page.

Note: To enable the HTML snippet, the enabled property for the enableHtmlSnippet feature flag must be set to true in the feature.conf file. The HTML snippet must be named customHeader.html and must be kept in the following location along with its dependent files: RTFiles/VLS1/PageResources/Advantage4/.

When creating the HTML snippet, refer to the following specifications that must be followed:

For example: <a href="https://www.website.com" target="_blank">Visit Website</a>

For example: <link href="https://fonts.googleapis.com/css?family=Source Code Pro" rel="stylesheet">

For example: <link rel="stylesheet" href="styles.css"> - In this scenario, copy the css file to the mentioned location.