Results 1 to 2 of 2

Thread: How to add a custom logo in your WP login page

  1. #1
    Thread Starter
    Senior Member binh's Avatar
    Join Date
    Aug 2011
    Location
    Finland
    Posts
    170
    Thanks
    17
    Thanked 11 Times in 9 Posts

    How to add a custom logo in your WP login page

    In this wicket tutorial you don't need to use plug-ins or hardcoding any php files.

    Changing your logo in Classipress Setting page is NOT enough. You need to change the logo in the login page also. Why?

    Because when your users try to recover their password, they will be directed to wp login page.

    Let's do it!

    Find and edit the login.css file found in (wordpress folder)/wp-admin/css/

    Code:
    {background:url(../images/logo-login.png) no-repeat top center;width:326px;height:67px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}
    replace with

    Code:
    {background:url(put_the_url_of_your_logo_file_here) no-repeat top center;width:none;height:67px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}
    That's it! Enjoy guys!

    Found in WP forum: http://wordpress.org/support/topic/c...he-log-in-page

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,713
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom Logo in Pront page
    By narsi_dir in forum Help Using ClassiPress
    Replies: 13
    Last Post: October 24th, 2011, 08:24 AM
  2. How to put login/register button on the same level to the logo?
    By murty473 in forum ClassiPress General Discussion
    Replies: 9
    Last Post: September 27th, 2011, 12:06 PM
  3. [SOLVED] Used directed to login page after login
    By g2computer in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 7th, 2011, 03:53 PM
  4. Custom Logo Issues
    By tbase in forum Help Using ClassiPress
    Replies: 3
    Last Post: April 11th, 2010, 10:50 PM