Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rob Scott

    (@r0bsc0tt)

    Hi Durangod2-
    You would need to adjust the css for:
    .login h1 a
    to the size you want it to be.

    You could add the style you need in this function of the plugin:

    // Add Login Logo Image
    add_action( 'login_enqueue_scripts', 'eazy_login_logo' );
    function eazy_login_logo() { ?>
        <style type="text/css">
            body.login div#login h1 a {
                background-image: url(<?php echo plugins_url('images/login-logo.png', __FILE__ ); ?> );
            }
        </style>
    <?php }

    Plugin Author Rob Scott

    (@r0bsc0tt)

    Marking this as resolved since no update in 1 month.

    Hi the same problem how can i put logo with different dimension or whitout dimension
    thank’s

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can i make the logo bigger’ is closed to new replies.