Change WordPress logo
-
Hello,
How do I change the default styles of the password page?
I have used your hook below which adds in my CSS file, but it won’t use any of the styles
function my_password_protected_login_head() { echo '<link rel=”stylesheet” href=”' . get_stylesheet_directory_uri() . '/pp-login.css”>'; } add_action( 'password_protected_login_head', 'my_password_protected_login_head' );
Any help would be greatly appreciated
- The topic ‘Change WordPress logo’ is closed to new replies.