Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to customize the login screen?
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: How to customize the login screen?
Yes, it will. You can also replace core/graphics/logo.png and point to another picture. In this way you won't have to modify nuBuilder's core files.
-
- Posts: 25
- Joined: Mon Apr 04, 2022 4:00 pm
- Has thanked: 1 time
Re: How to customize the login screen?
Last one, I cant seem to see where the CSS style sheet is saved for the login screen. I want to expand the boarded of the "login graphic box" to make it longer. With my current image I added it shifted the password line, and login button south outside of that gray boarder. can you tell me where id locate this file to adjust the length.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: How to customize the login screen?
Add your styles here:
Code: Select all
$nuWelcomeBodyInnerHTML = "
<style>
.myClass {
background-color:red
}
</style>
<div id='outer' style='width:100%'>