Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

How to customize Login and Logout pages ? (7 posts)

Started 1 year, 10 months ago by: abcde666

  • Profile picture of abcde666 abcde666 said 1 year, 10 months ago:

    I would like to get rid of the WordPress-Logo at the Log-in Page and at the Logout-Page and also change the colors for those pages.

    Does anyone of you have implemented any White-Label-Plugin or is there any other way to customize the Log-in Page and and the Logout-Page in terms of colors and logo.

    Not sure about re-directs and how this all works, just would need a simple solution being able to customize those pages in order to have a coherent website in terms of user-interfeace.

    If there is no solution available for this, am I fine going ahead with changing the CSS from the file at: / wp-admin / colors-fresh.css /

    Appreciate your kind help.

    Many thanks,
    Erich

  • Profile picture of techguy techguy said 1 year, 10 months ago:

    I’ve been using: http://wordpress.org/extend/plugins/dbd-login-style/

    I haven’t been able to figure out the logo image and so I just overwrote this image: /wp-admin/images/logo-login.gif

    I imagine with a different CSS you might be able to easily change it. If you figure that out, I’d love to hear since I hate core changes but was too lazy in this case.

  • Profile picture of Hugo Hugo said 1 year, 10 months ago:

    Odd that that plugin doesn’t make clearer provision for the logo, however if it can specify a stylesheet then simply copy the WP ruleset and change the background call on the h1 a to your image and path?

    If you want a very crude, rough and ready approach you could use this dropped into your themes functions.php, it’s not a particularly clever method though but works.

    http://pastebin.com/N64tzcFD

    You could add a few other override rulesets to the embeded styles if you wished, but I would keep it simple otherwise a more formal approach would be better.

  • Profile picture of nit3watch nit3watch said 1 year, 10 months ago:

    Im using BM Custom Login: Display custom images on the wordpress login screen. Useful for branding.

    Works nicely but if you going to use s2members, it has its own custom login screen aswell.

  • Profile picture of abcde666 abcde666 said 1 year, 10 months ago:

    many thanks for your feedback guys !

    Does anyone have an idea of how to do a re-direct ? No clue about that and where to redirect at all ?

    Please help…. :-)

  • Profile picture of sicksight sicksight said 1 year, 10 months ago:

    @erich73

    You could use this snippet in your functions.php to redirect the user to the homepage: http://pastebin.com/VPfgZZTu
    You could cutomize the code to your wishes!

  • Profile picture of altanswer altanswer said 1 year, 5 months ago:

    Would be nice in English, where would you put the code in functions.php?