Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Hey Katja,

    That logo is loading from your theme.
    You can do two things to remove it. Either edit the theme or by editing the plugin.

    I think it is loaded from function.php in your theme folder. You needs to remove the line manually.

    Or just go to plugin section and click, Edit on Erident Custom Login plugin.
    Search (Ctrl + F) body.login div#login h1 a

    You can find the below line there
    background-image: url(<?php echo $er_logo ?>);

    Modify it by below line:
    background-image: url(<?php echo $er_logo ?>) !important;

    Now press Update File.

    Thats all. Reply back if you have further problems.

    Thread Starter katjagry

    (@katjagry)

    Jubii it worked!
    Thank you so much for such a quick and good response.
    I actually have been seraching for a way to “search” the code and have now learned an easy way to do this.
    Once again thankyou;

    Hi there
    I love the plugin, especially good as I’m non-techie!
    I’ve played with the registration box, http://1230.co.uk/wp-login.php?action=register
    it’s not the best, but I will run with it for the moment – unless of course, anyone has some good ideas 🙂

    My question is – the Password email isn’t working from here – I don’t know why – so I’d be glad of any thoughts on that, also, if that problem can’t be resolved, I can’t see how or where to remove the text “A password will be e-mailed to you”.

    I’d very much appreciate some help – thank you in advance
    Jackie

    Hi there
    I love the plugin, especially good as I’m non-techie!
    I’ve played with the registration box, http://1230.co.uk/wp-login.php?action=register
    it’s not the best, but I will run with it for the moment – unless of course, anyone has some good ideas 🙂

    My question is – the Password email isn’t working from here – I don’t know why – so I’d be glad of any thoughts on that, also, if that problem can’t be resolved, I can’t see how or where to remove the text “A password will be e-mailed to you”.

    I’d very much appreciate some help – thank you in advance
    Jackie

    Plugin Contributor Libin

    (@libinvbabu)

    Hey 123Jackie,

    Thanks for trying my plugin and your login page looks beautiful!!!

    Go through the below trouble shooting section by WordPress.

    http://codex.wordpress.org/FAQ_Troubleshooting#E-mailed_passwords_are_not_being_received

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Erident Custom Login and Dashboard] WordPress logo wont change!’ is closed to new replies.