Title: Changing Header Image
Last modified: August 19, 2016

---

# Changing Header Image

 *  [commonforte](https://wordpress.org/support/users/commonforte/)
 * (@commonforte)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/)
 * You can view my blog at [http://www.callatonic.com](http://www.callatonic.com).
   I want to change the header with just regular font “Callatonic Productions – 
   Aim for..” to an image I had made. How do I go about doing this??? My theme is
   synergy and I think Im using 2.7

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

 *  Thread Starter [commonforte](https://wordpress.org/support/users/commonforte/)
 * (@commonforte)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102509)
 * anyone??????
 *  [vageez](https://wordpress.org/support/users/vageez/)
 * (@vageez)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102514)
 * Inside WP_CONTENT/THEMES/YOURSELECTEDTHEME/HEADER.php
 * _This should be the right location if all wordpress themes follow the same structure._
 * you will find this code.
 * <h1 class=”blogtitle”>`[](http://www.callatonic.com)
    -  Callatonic Productions
 * `</h1>
 * Replace the name(that I have underlined and made bold) with an image tag
 * `<img src="images/yourimage.jpg"/>`
 * this should work. Their is also the option to create a div with the same dimensions
   as your image. And in the CSS add the image as a background image. But the first
   way soul;d be easier. Good Luck.
 *  [vageez](https://wordpress.org/support/users/vageez/)
 * (@vageez)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102524)
 * Hey I had a look,
 * your image tag should look like this.
 * `<img src="images/yourlogo.jpg" height="116px"/>`
 * that way it will fit.
 *  Thread Starter [commonforte](https://wordpress.org/support/users/commonforte/)
 * (@commonforte)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102539)
 * thanks…it worked I think. Is there a way to take the search symbol out of the
   top??
 *  [vageez](https://wordpress.org/support/users/vageez/)
 * (@vageez)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102543)
 * OK, first thing go into your style.css
    {style.css on or around line 54)
 * #header-back
    background:transparent url(images/black-back.png) repeat scroll
   left top; **height:238px;** }
 * change your height to what I have specified
 *  Thread Starter [commonforte](https://wordpress.org/support/users/commonforte/)
 * (@commonforte)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102551)
 * i got it to fit well…I just neeed that search symbol off and for some reason 
   there is a white line at the top of the banner…do u know where this is from??
 *  [vageez](https://wordpress.org/support/users/vageez/)
 * (@vageez)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102571)
 * The white line on top of your banner is part of the image, it looks like u probably
   put a bevel or emboss feature on it in photoshop, and that is what you are seeing.
 * for the search bar, you need to go in the header.php(probably header.php) and
   remove the code that creates that search bar.
 * should be inside a `<form></form>` form tags, get rid of the form tags and everything
   inside.
 * good luck

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

The topic ‘Changing Header Image’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [vageez](https://wordpress.org/support/users/vageez/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/changing-header-image-7/#post-1102571)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
