I am building a wordpress site for a client but my client wants to have a different look of login screen, so my question is how can i change the look of default wordpress login form’s look. I don’t want to change any core files, is there any way to change the look of the login form without changing the core files.
Any kind of help will be highly appreciated, thanks!
I am building a wordpress site for a client but my client wants to
Share
You can do it without changing the core files, using the hook
login_head, simply add these code inside yourfunctions.phpfile and you are doneUpdate: Also to change the link of the logo to the current site use following code snippet