Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to customize Login and Logout pages ?


  • abcde666
    Participant

    @erich73

    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

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

  • techguy
    Participant

    @crashutah

    I’ve been using: https://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.

    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.


    nit3watch
    Participant

    @nit3watch

    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.


    abcde666
    Participant

    @erich73

    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….
    :-)


    sicksight
    Participant

    @sicksight

    @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!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to customize Login and Logout pages ?’ is closed to new replies.
Skip to toolbar