Title: Simple mistake &#8211; Help?
Last modified: August 19, 2016

---

# Simple mistake – Help?

 *  [ballaboardin](https://wordpress.org/support/users/ballaboardin/)
 * (@ballaboardin)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/)
 * I am VERY new to wordpress and just got my template installed (monochrome 2.3)
   but i need to change the header text to an image.
 * I have followed every guide i could find on google for this but none of them 
   seem to work, i’m begining to think that there is something different about this
   theme’s header.php
 * …..FYI pretty HTML savvy,
    Michael

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

 *  [Equal](https://wordpress.org/support/users/equalmark/)
 * (@equalmark)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/#post-1266904)
 * A link to the site would certainly ease a diagnosis
 *  Thread Starter [ballaboardin](https://wordpress.org/support/users/ballaboardin/)
 * (@ballaboardin)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/#post-1266924)
 * [http://www.austindeca.com](http://www.austindeca.com)
 *  [Equal](https://wordpress.org/support/users/equalmark/)
 * (@equalmark)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/#post-1266928)
 * Add the following to the style on line 51 (#logo) of style.css in your themes
   template files. It currently looks like this:
 *     ```
       #logo {
       display:inline;
       float:left;
       margin:26px 0 0 5px;
       }
       ```
   
 * Make it look like this:
 *     ```
       #logo {
       display:inline;
       background-image: url(img/your-image.gif) no-repeat scroll left top
       float:left;
       margin:26px 0 0 5px;
       text-indent: -9999px;
       }
       ```
   
 * Obviously alter the name of the image for the one you have stored in the img 
   folder of your themes template.
 *  Thread Starter [ballaboardin](https://wordpress.org/support/users/ballaboardin/)
 * (@ballaboardin)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/#post-1266967)
 * Made the changes and it moved some of the header around and moved the font up–
   as well as not displaying my new logo

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

The topic ‘Simple mistake – Help?’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [ballaboardin](https://wordpress.org/support/users/ballaboardin/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/simple-mistake-help/#post-1266967)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
