Title: [Plugin: Custom Login] Adding an additional logo
Last modified: August 20, 2016

---

# [Plugin: Custom Login] Adding an additional logo

 *  [cbuchanan](https://wordpress.org/support/users/cbuchanan/)
 * (@cbuchanan)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-login-adding-an-additional-logo/)
 * Hi,
 * I am a complete novice with wp. I am working for a small company and have to 
   design our customer support site. I have not done too bad so far, but am finally
   stuck and need some help. I’ve added your custom login plug-in which has been
   great and have been able to get it to work the way I want to by reading some 
   of the past posts, but have now it a wall! I want to have 2 logos on my page.
   The first above the login box which is working fine. The second, I’d like to 
   put in the background at the top of the page (little off to the left) on top 
   of the html background that I already have. I know this probably requires custom
   code, but this is beyond my level of ability! I thought the html border-top background
   would work for me, but when I add a file nothing seems to appear. I suspect I
   have some code somewhere that is causing problems. Any suggestions?
 * [http://wordpress.org/extend/plugins/custom-login/](http://wordpress.org/extend/plugins/custom-login/)

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

 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-login-adding-an-additional-logo/#post-2411896)
 * The `html border-top` will not work for the latest WordPress version, is was 
   a feature in `3.0/3.1`.
 * You can add a custom HTML image and then position it with the custom CSS.
 *  Thread Starter [cbuchanan](https://wordpress.org/support/users/cbuchanan/)
 * (@cbuchanan)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-login-adding-an-additional-logo/#post-2411898)
 * oh – ok – well I feel better now – thought I was doing something wrong. How do
   I go about adding a custom HTML image and then position it with the customer 
   CSS? Do you have an example somewhere to help me with that?
 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-login-adding-an-additional-logo/#post-2412033)
 * Try to enter in the Custom HTML box:
 *     ```
       <div id="logo"><img src="http://source.url"></div>
       ```
   
 * And in the CSS add:
 *     ```
       #logo { position: absolute; width: 400px; margin: 40% 0 0 200px; other CSS }
       #logo img { height: auto; ... }
       ```
   
 * And play around with it..

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

The topic ‘[Plugin: Custom Login] Adding an additional logo’ is closed to new replies.

 * ![](https://ps.w.org/custom-login/assets/icon.svg?rev=3077180)
 * [Custom Login](https://wordpress.org/plugins/custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Austin](https://wordpress.org/support/users/austyfrosty/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-login-adding-an-additional-logo/#post-2412033)
 * Status: not resolved