Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Darrel

    (@johndarrel)

    Try to add in the Custom CSS this CSS. I see that you have a CSS that hides the custom logo from login page. Maybe this will help:

    body.login #login h1 a {
        width: 235px !important;
        height: 150px!important;
        background: url(/storage/2018/10/gps-color-stack-logo.png) !important;
    }

    John

    • This reply was modified 3 years, 8 months ago by John Darrel.
    Thread Starter mkornegay2

    (@mkornegay2)

    Hi John,

    Where do you see that the custom logo was hidden? I don’t remember doing that. It was only after the plugin was installed that the logo disappeared. Maybe the WP logo was hidden from my white label plugin?

    But your CSS did work. Just trying to find out the root of the issue without have to use CSS. But if you think this is the only way around it, I will oblige.

    Plugin Author John Darrel

    (@johndarrel)

    Hi,

    Checked again and if the option Hide My WP > Advanced > Compatibility > Clean Login option is on, it tries to hide the WordPress default logo and show the logo you set on Appearance > Customize > Site Logo.

    If you switch off the Clean Login option, the logo will not be changed and the CSS will not be added to the login page.

    John

    Thread Starter mkornegay2

    (@mkornegay2)

    That’s it. Thank you sir!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress Custom Login Logo Missing’ is closed to new replies.