Title: Replace The Logo
Last modified: August 20, 2016

---

# Replace The Logo

 *  [JessicaKay](https://wordpress.org/support/users/jessicakay/)
 * (@jessicakay)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/replace-the-logo/)
 * I love this plugin but it only allows to put the logo in one place for the admin
   area, how can I put the logo at the top of the left menu or have the option to
   make a header with logo above everything like before?
 * Plugin:
 * [http://wordpress.org/extend/plugins/add-logo-to-admin/](http://wordpress.org/extend/plugins/add-logo-to-admin/)

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

 *  Thread Starter [JessicaKay](https://wordpress.org/support/users/jessicakay/)
 * (@jessicakay)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/replace-the-logo/#post-3150896)
 * [http://cdn.bavotasan.com/wp-content/uploads/2009/02/addlogo.png](http://cdn.bavotasan.com/wp-content/uploads/2009/02/addlogo.png)
   was how it was before above everything
 *  Thread Starter [JessicaKay](https://wordpress.org/support/users/jessicakay/)
 * (@jessicakay)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/replace-the-logo/#post-3150956)
 * Solved the issue all I had to do was change
 *     ```
       $(".wrap").prepend("<div id=\"admin-logo\"><img src=\"'.
       ```
   
 * to this for top header:
 *     ```
       $("#wpwrap").prepend("<div id=\"admin-logo\"><img src=\"'.
       ```
   
 * and to this for top menu:
 *     ```
       $("#adminmenu").prepend("<div id=\"admin-logo\"><img src=\"'.
       ```
   

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

The topic ‘Replace The Logo’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-logo-to-admin_5a788f.svg)
 * [Add Logo to Admin](https://wordpress.org/plugins/add-logo-to-admin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-logo-to-admin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-logo-to-admin/)
 * [Active Topics](https://wordpress.org/support/plugin/add-logo-to-admin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-logo-to-admin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-logo-to-admin/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)

 * 2 replies
 * 1 participant
 * Last reply from: [JessicaKay](https://wordpress.org/support/users/jessicakay/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/replace-the-logo/#post-3150956)
 * Status: not resolved