LearningBuilder now allows you to use custom background images on the login page. This only applies to local logins, not oauth type login pages.
...
Overview
The standard login page can be given visual flair and branding by using a custom background image.
Configuration instructions
1 | Create the imageFiles should:
|
...
|
...
Keep the file size as small as possible while keeping the best quality. |
...
2 | Upload the image |
...
to |
...
your |
...
Go to your tenant customization are under Admin > Tenant.
...
Find the tenant you want to update and click the “edit” icon.
...
| |||
3 | Modify the tenant-specific config settings in Admin → TenantConfigure the relevant tenant’s Custom CSS using this code:
|
...
Be sure to change the link on line 2 |
...
to your |
...
folder and |
...
image name |
...
Line 6 sets the background color / opacity behind the left side content |
...
blocks so |
...
that text is legible against the background |
...
. If you don’t need this, |
...
delete lines 6 through 10. |
...
Example
...