Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

How to customize the login screen?

Questions related to using nuBuilder Forte.
kev1n
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?

Unread post 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.
tpolimeni28
Posts: 25
Joined: Mon Apr 04, 2022 4:00 pm
Has thanked: 1 time

Re: How to customize the login screen?

Unread post 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.
kev1n
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?

Unread post by kev1n »

Add your styles here:

Code: Select all

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