Enrico It would also be nice to be able to add a background image
Enrico Done, generated the css/custom.css directory and I have what I want.
👌
Enrico My solution looks like the screenshot. It could also be a title as a heading above the login.
You can actually also add text before or after the login title with CSS pseudo selectors. For example
.login-header:after {
content: ' some text that comes after ...';
}
I'm not sure I will be creating public config options for this, because there are many items that users may want to customize on the login page. If anything, I would probably create a %template% option.
Enrico I'm still looking for your setting for the font color "Login Verkehr Kolonie" and can't find it....
For example in your custom.css
:
.login-header {
color: tomato;
}
Enrico Globally for all users, of course.
When seeing the login page, the user would never be logged in anyway, so it will definitely be global.