• Sperry77

    (@sperry77)


    It used to be that this plugin allowed you to place a nice sized logo on your WP login page. But it hasn’t been updated in over 2 years and now the login logo will only show a max of 80×80 pixels which is very small. And there are no settings within the app to change it. Sad.

    https://wordpress.org/plugins/custom-admin-branding/

Viewing 1 replies (of 1 total)
  • Edit file \plugins\custom-admin-branding\custom_admin_branding.php

    Under function custom_admin_branding_login()

    Add to line 374 :
    $custom_css = $options['custom_css'];

    Add to line 399
    '.$custom_css.'

    Now your custom css should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Admin Branding – login logo too small’ is closed to new replies.