Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter InHouse

    (@inhouse)

    For the time being I’ve edited the sso.php file of the plugin to add inline styling which works but obviously isn’t an ideal solution as it will need to be updated each time the plugin is updated.

    <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>" tabindex="-1" onclick="return false;" style="background: url('http://infopkg.com/wp-content/themes/ipc-2013/images/information-packaging-logo.png') no-repeat top center; text-indent:-9999px; height: 81px; width: 169px; padding: 0; margin: 15px auto 15px;"><?php bloginfo( 'name' ); ?></a></h1>

    Also, for reference, the CSS from my custom admin stylesheet is below which isn’t being applied to the SSO loading page.

    body.login h1 a {
      background: url("/wp-content/themes/theme-name/images/custom-logo.png") no-repeat top center;
      height: 81px;
      width: 169px;
      padding: 0;
      margin: 15px auto 15px;
    }
    Plugin Author smccafferty

    (@smccafferty)

    Glad you are enjoying the plugin! So basically what you would like it a way to filter the styles being applied to the h1? The plugin does have options to specify custom CSS within the admin which would be applied to the SSO page. I wasn’t able to understand if this was something you have tried or not. If you have not tried this, it could be a possible solution.

    Thread Starter InHouse

    (@inhouse)

    Actually, I had completely missed that somehow. Sorry for the confusion and thanks for the support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize the "Logging in to network sites" Screen’ is closed to new replies.