Customize the "Logging in to network sites" Screen
-
Hi, I use a function which attaches a CSS file to the login screen. I customize the login logo this way.
function my_login_css() { echo '<link rel="stylesheet" type="text/css" href="' .plugins_url('login.css ', __FILE__). '">'; } add_action('login_head', 'my_login_css');
I’m wondering if it’s possible for the “Logging in to network sites” screen that the WP Multisite SSO plugin generates to accept CSS from my function. Specifically, I am wondering how to style the WordPress logo (body.login h1 a). I see in the plugin sso.php file, the markup is the same but it does not seem to utilize the stylesheet.
Thanks in advance for any help and of course for the great plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Customize the "Logging in to network sites" Screen’ is closed to new replies.