• Resolved kyleinwuhan

    (@kyleinwuhan)


    I have searched for this answer, not only on this forum, but through other forums as well. I apologize if there is another post already outlining how to do this.

    My problem is this:

    I would like to increase the font size of the hyperlink text that are found on the login, register, and password recovery pages.

    (Register, Login, Lost your password?)

    I’ve combed through the login.css but I’ve been unable to find what I’m supposed to change.

    Thank you for your help.

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.