Blog time now

  • WordPress
  • How to
  • Blogging
  • Tips & Tricks
  • SEO
  • Social Media
  • Free Lists
Home  »  Wordpress   »   How to change wordpress login logo – Customizing wordpress login page

How to change wordpress login logo – Customizing wordpress login page

Posted in Wordpress By Sureyea

How to change wordpress login logo - Customizing wordpress login page / screenAre you creating an elegant wordpress site for your client and willing to change the wordpress login logo? Changing the default wordpress logo and customizing the login page shows some uniqueness. Especially if you are running a multi author blog then by replacing wordpress login logo with yours adds a brand. Here we will see how to change wordpress login logo that is we show you how to customize the login page completely.

By default in wordpress login screen you will see the wordpress logo above the form and the form looks plain white in color. There are several plugins in which you can easily customize the login page and change the wordpress logo. Here in this tutorial we will see how to change wordpress logo in wp-admin page without using a plugin.

Customizing wordpress login page / screen (Step by Step)

How to change wordpress login logo - Customizing wordpress login pageIn this tutorial we will show you on changing the following elements:

  1. Changing wordpress login logo.
  2. Changing login logo link and text attribute.
  3. Changing wordpress form color and text color.
  4. Changing background color or adding a background image.

Related: How to password protect wordpress admin directory

How to change wordpress login logo

There are two simple ways to change the wordpress login logo. One is by replacing the default logo image. Another one is by adding a custom logo image using CSS.

Method 1

Open your wordpress directory using cPanel or FTP. Now open wp-admin/images directory and find out wordpress-logo.png. Note that the default wordpress logo size is 274 X 63. So create a logo image of 274 X 63 in size, name it as wordpress-logo.png and replace with default wordpress logo.

(Setup FileZilla for easy file sharing)

Method 2

Create your own logo image of any size and name it as wp-admin-logo.png. Now upload the image to wp-admin >> images directory using FTP or cPanel. Now open wp-admin.min.css in wp-admin >> CSS directory. The CSS file is a compressed one and so it looks messy. We are going to modify the wordpress login page using CSS. So to better understand the CSS go to code beautifier and beautify the CSS and paste it in wp-admin.min.css file. Now find out the following line in CSS.

.login h1 a {
background-image:url(../images/wordpress-logo.png);
background-size:274px 63px;
background-position:top center;
background-repeat:no-repeat;
width:326px;
height:67px;
text-indent:-9999px;
outline:0;
overflow:hidden;
padding-bottom:15px;
display:block;
}

In the above code replace wordpress-logo.png with wp-admin-logo.png. Also change the background-size that you are using for your custom logo. The image does not align properly, to make it look better try changing the values for position, width, height and padding. Once done save changes and preview your wordpress login screen.

How to change wordpress login logo - Customizing wordpress login page

Hope this helped you on how to change wordpress login logo. Now we will move on to change the logo link and text attribute in login screen.

How to change wordpress login logo link and text attribute

You have changed the wordpress logo, but when you hover on it you will see powered by wordpress text linking to wordpress.org. To change the wordpress login logo link open wp-login.php file in your wordpress root directory. Now you will see a piece of line like this. Just change the login URL and login title. Once done save wp-login.php file.

if ( is_multisite() ) {
    $login_header_url   = network_home_url();
    $login_header_title = $current_site->site_name;
} else {
    $login_header_url   = __( 'http://wordpress.org/' );
    $login_header_title = __( 'Powered by WordPress' );
}

How to change wordpress login form color and text color

To change the login form background color open wp-admin.min.css and find the following line. Now change the background:#fff; with your color code and save changes.

.login form {
margin-left:8px;
font-weight:400;
background:#fff;
border:1px solid #e5e5e5;
-webkit-box-shadow:rgba(200,200,200,0.7) 0 4px 10px -1px;
box-shadow:rgba(200,200,200,0.7) 0 4px 10px -1px;
padding:26px 24px 46px;
}

To change the login form text color, just replace the login label color code in wp-admin.min.css.

.login label {
color:#777;
font-size:14px;

If you are good in CSS then you can completely change the wordpress login box style.

Adding background image in wordpress login screen

To change the wordpress login page background color, just replace the color code in following line (in wp-admin.min.css).

body.login {
background:#fbfbfb;
min-width:0;
}

If you wish to add a background image for your login screen then just add your BG image in wp-admin/images folder and call from your CSS.

body.login {
background-image:url(../images/your-bg-image.jpg);
min-width:0;
}

Hope this helped you to change wordpress login logo and customize wordpress login page manually. Now we will see some plugins to customize wordpress login screen.

WordPress plugins to customize login screen

Are you are looking for a solution to completely alter the wp-admin page? Then we suggest you to go for a plugin.

Pathway – Custom wordpress login page

You can easily customize your wordpress login page using pathway.

  • Easily add custom background color and image
  • Add custom field border & round & background color
  • Add custom form border & background color and image
  • Customize field text color (active, hover and focus)
  • Option to change button color
  • Easily add custom logo and copyright text in login screen
  • Documentation and more options.

Download Pathway

How to change wordpress login logo – Customizing wordpress login page

How to change wordpress login logo - Customizing wordpress login page

Login layout customize

Customize your wordpress login screen layout flexibly using Login layout customize

  • Justify right and left for your login form
  • Adds 2 column header and footer in login form
  • Place menu/images/text by just dragging and dropping
  • Easily hide login link and lost password link below the form

Download Login layout customize

How to change wordpress login logo – Customizing wordpress login page

Wp nice screen login

Customizing wordpress login admin page made simple with this plugin

  • Change wordpress logo and add custom logo image
  • Change the logo link and title attribute
  • 5 different themes to choose from
  • Add copyright message below the form
  • Option to show and hide shake effect
  • Option to show and hide back to blog link and more

Download Wp nice screen login

How to change wordpress login logo – Customizing wordpress login page

Hope this post helped you on how to change wordpress login logo. Also Customizing wordpress login page made simpler with these plugins. Share and leave your comments below. To get more updates subscribe to our RSS feeds.

Premium WordPress Themes Download
Download WordPress Themes Free
Download Nulled WordPress Themes
Download WordPress Themes
free download udemy course
download lenevo firmware
Premium WordPress Themes Download
ZG93bmxvYWQgbHluZGEgY291cnNlIGZyZWU=

Related Posts

  1. How to limit access to wordpress login page by IP address By default your wordpress login page is open for everybody, anyone can just type /wp-admin or /wp-login.php next to your domain name and reach your site entry point. So what...
  2. How to install wordpress plugins for beginners (step by step) More than 50 million sites around the web runs in wordpress platform, which is a free and widely used open source blogging tool. So developers around the world taking part...
  3. How to change the author name in wordpress post If you are allowing user to post in your wordpress site as a guest blogging via emails (or) lets say you like an article from Ezine articles and you are...
  4. How to allow users to edit comments in wordpress –WP Ajax Edit comments At some times I make mistakes like spelling and grammar errors when commenting on several sites which happens to most people. After posting a comment I thought of editing my...
  5. How to clone wordpress site to localhost – Clone wordpress site easily You might hesitate to do some changes to your live wordpress site because you will feel that your site may get ruined after some changes that you make like adding...
Tags:customizing admin page, How to, Wordpress, wordpress login customization, wordpress login page, wordpress logo, wp-admin, wp-login
  • Join over 27.4k Subscribers

    Subscribe to our blog feeds and receive high quality resources daily. No spam!

  • Top Trending Today

    • How to automatically redirect Blogger blog to another blog or website
      How to automatically redirect Blogger blog to another blog or website
    • How to easily add / embed Google maps in Blogger blog page and sidebar
      How to easily add / embed Google maps in Blogger blog page and sidebar
    • Update Facebook profile picture without notifying everyone
      Update Facebook profile picture without notifying everyone
    • Popup window for Blogger - Popup window code
      Popup window for Blogger - Popup window code
    • What are labels and how to use labels in Blogger to sort your content?
      What are labels and how to use labels in Blogger to sort your content?
    • Popular Posts
    • Recent Posts
    • How to create sitemap for Blogger blog – Blogger sitemap XML

      A Sitemap is nothing but a list of accessible

      December 10, 2013 -0 Comments
    • Setup nRelate related posts widget in Blogger –LinkWithin alternative

      As you all know internal linking is more beneficial

      December 10, 2013 -0 Comments
    • How to add related posts to Blogger – Related posts widget for Blogger

      Blogging is a one nice way to help peoples.

      December 10, 2013 -0 Comments
    • Create & add custom robots.txt file in Blogger – Crawl & index

      Have you ever heard the name robots.txt or have

      December 10, 2013 -0 Comments
    • How to receive emails in Gmail primary inbox – Handling Gmail tabs

      Have you subscribed to any email newsletters and not

      December 10, 2013 -0 Comments
    • How to fix Feedburner feed double titles issue – Quick tip

      Most of the wordpress users syndicate their RSS feeds

      December 10, 2013 -0 Comments
    • Understaning CSS selectors for beginners – ‘>’, ‘+’ and ‘~’ symbols

      CSS is an absolute website beautifier, with Cascading Style

      December 10, 2013 -0 Comments
    • How to recover deleted blog post on Blogger – draft, published post

      If you are a sincere Blogger then you will

      December 10, 2013 -0 Comments
  • Free SEO Tools

About Us

Hi, Welcome to blogtimenow.com, a blog and a community based website that mainly focuses on providing quality articles and inspirational stuff constantly to users which is founded on July 2013 by Sureyea. This weblog is dedicated for designers, developers, bloggers, internet marketers, web and computer enthusiasts.

Recent Articles

  • How to receive emails in Gmail primary inbox – Handling Gmail tabs
  • How to fix Feedburner feed double titles issue – Quick tip
  • Understaning CSS selectors for beginners – ‘>’, ‘+’ and ‘~’ symbols
  • How to recover deleted blog post on Blogger – draft, published post
  • How to customize scrollbar style in wordpress using CSS

Site Links

  • About Us
  • Comment Policy
  • Contact Our Team
  • Privacy Policy
  • Suggest Us (or) Submit Tips
  • Terms and conditions
Blog time now Copyright © 2025.
All Rights Reserved Reproducing content and other materials without explicit permission is strictly prohibited. Back to Top ↑