Version Affected: Identity Platform Theme 2019
Description:
This KB will give a demonstration of how to change the background image for your realm using the 2019 theme.
Resolution:
1. On Idp server, Place your desired image file in the 2019 theme folder, D:\Secureauth\SecureAuth<YOUR DESIRED REALM NUMBER>\Theme\2019
2. Navigate to D:\Secureauth\SecureAuth<YOUR DESIRED REALM NUMBER>\Themes\2019
3. Make a copy of existing MFAStyleSheet file for backup purposes.
4. Open the Admin Console and click the Overview Tab | CSS Editor
5. Search for "bg.png" as this is the default background image. It should be under the "body {" portion.
Default:
body {
width: 100% !important;
background: url(BG.png) no-repeat;
background-size: cover;
Change to:
body {
width: 100% !important;
background: url(YourImage.png) no-repeat;
background-size: cover;
6. Save the file.
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.