Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
How to customize the login screen?
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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%'>