Page 2 of 2

Re: How to customize the login screen?

Posted: Fri Apr 08, 2022 6:56 am
by kev1n
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.

Re: How to customize the login screen?

Posted: Fri Apr 08, 2022 7:30 pm
by tpolimeni28
kev1n wrote: Fri Apr 08, 2022 6:56 am 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.
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.

Re: How to customize the login screen?

Posted: Sat Apr 09, 2022 10:58 am
by kev1n
Add your styles here:

Code: Select all

	$nuWelcomeBodyInnerHTML = " 
				
				<style>
				 .myClass {
					 background-color:red
				 }
				</style>
				
				<div id='outer'  style='width:100%'>