This topic has 5 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #125446
     srcnc
    Participant

    Hi,

    I think your theme automatically set up with original site logo to wp-admin login page.

    The logo set it up bigger size than original size.

    I made custom css like below.

    .login h1 a {

    min-height: 42px;

    height: 42px;

    margin-top: 20%

    }

     

    but it’s not working…

    Also, I tried to installed “custom login” plugin.

    https://wordpress.org/plugins/custom-login/

     

    But, it’s not working as well. I think your theme has something default according to site logo.

     

    Is there any way to fix it?

    When user lost password, the page goes to wp-login page. At this point, I want my logo clear not look like blur.

     

    I’m sorry to ask you too much, but could you help me out?

    Hope it is the last question. 🙂

     

    #125549
     Radu
    Moderator
    Not marked as solution
    #125572
     srcnc
    Participant
    Not marked as solution
    #125658
     Radu
    Moderator
    Hi, Please replace that code with this
    function add_custom_css_for_logo(){
        echo "";
    }
    add_action( 'login_enqueue_scripts', 'add_custom_css_for_logo' ,90);
    
    Cheers R.
    #125664
     srcnc
    Participant
    Not marked as solution
    #125682
     Radu
    Moderator
    Not marked as solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?