Forums

[resolved] Increase wp-login hyperlink font (5 posts)

  1. kyleinwuhan
    Member
    Posted 2 years ago #

    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.

  2. ryans149
    Member
    Posted 2 years ago #

    do you mean at yourblog.com/wp-login.php ???

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

  3. kyleinwuhan
    Member
    Posted 2 years ago #

    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.

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    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

  5. kyleinwuhan
    Member
    Posted 2 years ago #

    Thanks alchymyth, your solution worked

Topic Closed

This topic has been closed to new replies.

About this Topic