Become a webdsign master


pma-design.com keyword stats



Most current MSN search phrases:

MSN Online Clip Art  

How To Customize Your Wordpress 2.5+ Log In Screen

To change the logo from the Wordpress logo to
your  logoTo change the colour of the background (ie.
the  baby  blue  colour)
1. Login to your site via FTP or your
preferred method and locate the file1. Open the colors-fresh.css file which is
'login.css' which is found in your wp-adminalso  found  in  your  wp-admin/css/  folder.
css/ folder. Open this css file in your
favourite  editor.2. Locate the TWO #eaf3fa colour's in this
file and replace them with any colour you
2. In the login.css file look for thelike. I would recommend a light washed out or
line:background: url(../imagesneutral colour. I chose my site colour which
logo-login.gif) no-repeat;and change it tois  grey.  (#EAEAEA)
your own image for example...background:
url(../images/YOURLOGO.gif)  no-repeat;3. Don't stop here, you can customise your
log in screen as much as you like! Mine was
NB: You will probably want to make the logojust  a  quick  example.
around  290  pixels  wide.
Just a note to remember to backup these two
3. For the more advanced users this is whereCSS files (colors-fresh and login.css) before
you can customise the look of the loginyou do any Wordpress updates as these updates
anyway you like using CSS which I know youwill overwrite these files and you will have
will. I just changed the fonts to Helveticato do it all over again!
to  match  my  site.



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128