Viewing 4 replies - 1 through 4 (of 4 total)
  • do you mean at yourblog.com/wp-login.php ???

    Open your wp-login.php file, check the css and make changes to them

    Thread Starter kyleinwuhan

    (@kyleinwuhan)

    Thank you for your reply, but I already know I’m supposed to alter the css file, I simply don’t know what to edit.

    in the ……/wp-admin/css/login.css:

    #login_error, .message {
    	margin: 0 0 16px 8px;
    	border-width: 1px;
    	border-style: solid;
    	padding: 12px;
    	-moz-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    font-size:20px;
    }
    
    #nav { margin: 0 0 0 8px; padding: 16px;
    font-size:20px; }

    add the font-size you need. that will change the fontsize in the box above the loginfiels and the hyperlinks.
    if you want to change the hyperlinks only – just add the font-size to #nav

    Thread Starter kyleinwuhan

    (@kyleinwuhan)

    Thanks alchymyth, your solution worked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase wp-login hyperlink font’ is closed to new replies.