Title: Header problem — double logo
Last modified: August 18, 2016

---

# Header problem — double logo

 *  Resolved [noncollective](https://wordpress.org/support/users/noncollective/)
 * (@noncollective)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/header-problem-double-logo/)
 * [http://noncollective.com](http://noncollective.com)
 * Hi,
 * Currently, I’m having trouble where 2 logos seem to be overlapping on my blog.
   I want to keep the logo that contains the link to the website and delete the 
   one that doesn’t underneath it. Can anyone suggest what part of my header code
   I should delete? Thanks.
 * Header: [http://wordpress.pastebin.ca/784935](http://wordpress.pastebin.ca/784935)

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

 *  [aeonex](https://wordpress.org/support/users/aeonex/)
 * (@aeonex)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/header-problem-double-logo/#post-656056)
 * In your stylesheet:
 * [http://noncollective.com/wp-content/themes/noncollective/style.css](http://noncollective.com/wp-content/themes/noncollective/style.css)
 * your header has a defined background of:
 *     ```
       #header {
       background: #ebeaf5 url('images/logo.gif') no-repeat left;
       }
       ```
   
 * If you delete that from your style.css, you won’t have the problem with duplicate
   images for your header.
 * Since you have that defined background image PLUS
 *     ```
       <div id="headerimg">
       <a href="http://noncollective.com"><img src="http://noncollective.com/wp-content/themes/noncollective/images/logo.gif"></a>
       </div>
       ```
   
 * already in your HTML, you’re getting “duplicate” images.
 * -Ryan
 *  Thread Starter [noncollective](https://wordpress.org/support/users/noncollective/)
 * (@noncollective)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/header-problem-double-logo/#post-656059)
 * Thanks! that worked

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

The topic ‘Header problem — double logo’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [noncollective](https://wordpress.org/support/users/noncollective/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/header-problem-double-logo/#post-656059)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
