DesignMe Creative Group

207.776.5416 • MAINE & ARIZONA

fb pintrest rssicon
  • Home
  • Services
    • Websites & Social Media
    • Marketing & E-Newsletters
    • Logos & Print
    • Training & Support
  • Portfolio
    • Website Design
    • Creative Design & Branding
    • Social Media & E-Marketing
  • The Team
  • Why DesignMe?
    • Our Philosophy
    • Affordable Prices
    • Getting Started
  • Blog
  • Payment
  • Contact

March 7, 2023 By Debbie Leave a Comment

Unique Websites Deserve a Unique Login

After designing and building a custom website, there’s one thing that has always bothered me. It’s that big WordPress W that hits me in the face when I login. It’s just a pet peeve, but for whatever reason, I never bothered to look into changing. Come to find out, it’s super easy and it only takes a few minutes.

Steps to Get Your Unique Login Page

  1. Create your logo in a size that does not exceed 80px high and save it as a .png.
  2. Upload your image to the images folder of your child theme root directory. (If there isn’t an images folder, create one.)
  3. Open your functions.php file and past the following code at the bottom:

/*CHANGE LOGIN LOGO */
function my_login_logo() { ?>
<style type="text/css">
#login h1 a, .login h1 a {
background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/dmcg-login-logo.png); /* change to the name of your file */
height:80px;
width:176px;
background-size: 176px 80px; /* change to your logo sizes */
background-repeat: no-repeat;
padding-bottom: 30px;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );

Save your changes.

That’s it! So easy!

Filed Under: CreativeCorner, Custom Blog, Website Design, WordPress

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Site Search

From Our Blog

  • 10 Reasons You Need a Custom Website
  • The Squatty Dog
  • The “ME” In Our Name Really Means YOU
  • Behind Your Website
  • I Have a Website – Now What?

Tech Talk

  • Enqueue CSS2 Google Fonts
  • Redirect to the BuddyPress Profile Page
  • “Going Live”
  • Insert Soliloquy Shortcode Using Advanced Custom Fields
  • Redirect My Website To https://

Creative Corner

  • Unique Websites Deserve a Unique Login
  • Adding A Shortcode To The Post Title
  • Favicons – A Tiny Graphic With Big Impact
  • Social Media Icons – So Many Options!
  • Savage Chicken iMugs

View Topics

creative

Functional

affordable

Copyright © 2025 · Custom Website by DesignMe Creative Group · Log in
Hosted Locally by Maine Hosting Solutions