Customize Login Screen in ERP NEXT

I want to change the text and button colors and content in login screen of ERPNEXT.

@me_saqibqureshi
create a new custom app .
create a folder www in your app.
copy the login.py and login.html from frappe/www to your_app/www .
edit the files .

1 Like