Title: Remove WordPress Logo
Last modified: August 30, 2016

---

# Remove WordPress Logo

 *  Anonymous User 13732656
 * (@anonymized-13732656)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/)
 * Hello dev!
 * Any way to change the logo on the password lock screen?
    Also possible edit the
   button color/appearance?
 * I have a child theme enabled.
 * Cheers
 * [https://wordpress.org/plugins/password-protected/](https://wordpress.org/plugins/password-protected/)

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

 *  Thread Starter Anonymous User 13732656
 * (@anonymized-13732656)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/#post-6351491)
 * Found in read-me.txt about logo but not edit the button color/appearance?
 * Cheers
 *  [iriminerd](https://wordpress.org/support/users/iriminerd/)
 * (@iriminerd)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/#post-6351702)
 * in the plugin folder there’s a /theme/ folder. Inside that there’s a file ‘password-
   protected-login.php’ that you can customize. Upload it to your site’s theme folder
   and the plugin will default to your custom one.
    In there you can put whatever
   css or template changes to the login screen.
 *  [EnderWiggin](https://wordpress.org/support/users/enderwiggin/)
 * (@enderwiggin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/#post-6351732)
 * If you replace the WordPress logo image (wordpress-logo.svg) in the /wordpress/
   wp-admin/images folder, you can display any image or logo you want in the Password
   Protected page. You will need to adjust the background-size setting as well as
   the margin, height & width settings.
 * Next open the password-protected-login.php file located in /wordpress/wp-content/
   plugins/password-protected/theme and add your adjustments to the section
 *     ```
       <style type="text/css" media="screen">
       #login_error, .login .message, #loginform { margin-bottom: 20px; }
       	.login h1 a { background-size: 700px auto!important; height: 100px!important; width: 700px!important; margin: 0px -200px 25px;!important;}
       </style>
       ```
   
 * Other adjustments include:
 *     ```
       .login h1 a {
           background-image: none, url("../images/wordpress-logo.svg?ver=20131107");
           background-size: 700px auto;
           background-position: center top;
           background-repeat: no-repeat;
           height: 100px;
           font-size: 20px;
           line-height: 1.3em;
           margin: 0px -200px 25px;
           padding: 0px;
           width: 700px;
           text-indent: -9999px;
           outline: 0px none;
           display: block;
       }
       ```
   
 *  [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/#post-6351734)
 * The plugin will also look for a stylesheet in your theme folder called “password-
   protected-login.css”. You can create this stylesheet (if it does’t exist) and
   use that to style your login page.
 * [See here](https://github.com/benhuson/password-protected/wiki/password_protected_stylesheet_file)
   if you want to add a stylesheet in another location.

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

The topic ‘Remove WordPress Logo’ is closed to new replies.

 * ![](https://ps.w.org/password-protected/assets/icon-128x128.gif?rev=2824217)
 * [Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content](https://wordpress.org/plugins/password-protected/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/password-protected/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/password-protected/)
 * [Active Topics](https://wordpress.org/support/plugin/password-protected/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/password-protected/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/password-protected/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Ben Huson](https://wordpress.org/support/users/husobj/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/remove-wordpress-logo-2/#post-6351734)
 * Status: not resolved