Title: Replacing a header
Last modified: August 18, 2016

---

# Replacing a header

 *  [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/)
 * Hi
 * I am just setting up my new blog at:
 * [http://crazyaboutwesties.com/westieblog/](http://crazyaboutwesties.com/westieblog/)
 * I wish to replace the current header with the header at:
 * [http://crazyaboutwesties.com](http://crazyaboutwesties.com)
 * Can you tell me how I can do this please
 * Jeff

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

 *  [cielogrande](https://wordpress.org/support/users/cielogrande/)
 * (@cielogrande)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482598)
 * Just give your new image the same name as the current one and replace the old
   one with the new one in the same directory. If the new image is a different size
   than the original image, you’ll have to make an adjstment in the CSS file under
   the “header” category.
    DB~
 *  Thread Starter [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482660)
 * Hi
 * Need help please.
 * My new blog is at:
 * [http://crazyaboutwesties.com/westieblog/](http://crazyaboutwesties.com/westieblog/)
 * I have tried to replace the current header with the header at:
 * [http://crazyaboutwesties.com](http://crazyaboutwesties.com).
 * As you can see the header at:
 * [http://crazyaboutwesties.com/westieblog/](http://crazyaboutwesties.com/westieblog/)
 * does not look right.
 * Can you tell me what I have done wrong and how I can fix this.
 * Jeff
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482665)
 * Since your original header image is defined in the style.css file (llok for #
   header) – you replace it there. And after that delete the code you added to the
   header.php.
 *  Thread Starter [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482668)
 * Hi Moshu
 * Thank you for replying. It is very much appreciated.
 * I went to the style.css file and in the header I have:
 * #header {
    margin: 0; padding: 20px 0 0 1em; border-bottom: 1px solid #ebebeb;
   background: #fff url(img/header.jpg) no-repeat top; height:60px;
 * What do I replace and with what?
 * My image path is:
 * [http://www.crazyaboutwesties.com/templates/myfirsttemplate/images/header.jpg](http://www.crazyaboutwesties.com/templates/myfirsttemplate/images/header.jpg)
 * Look forward to your valued reply
 * Jeff
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482671)
 * 1. WP doesn’t recognize /templates/myfirsttemplate and stuff like that!
    2. Your
   theme’s header is here: [http://crazyaboutwesties.com/westieblog/wp-content/themes/ShadedGrey/img/header.jpg](http://crazyaboutwesties.com/westieblog/wp-content/themes/ShadedGrey/img/header.jpg)
   Which means you either a) replace that image with yours b) name yours something
   else (e.g. my-fantastic.header.jpg) and in the stylesheet you put: `background:#
   fff url(img/my-fantastic-header.jpg) no-repeat top;` 3. Of course, you should
   upload your picture exactly in the same location where the original is/was.
 *  Thread Starter [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482677)
 * HiMoshu
 * Thank you kindly for all your valued help.
 * I followed your instructions and as you can see at:
 * [http://www.crazyaboutwesties.com/westieblog/](http://www.crazyaboutwesties.com/westieblog/)
 * it has worked, only for one thing. How do I get rid of the “Crazy About Westies”
   text
 * Kind regards
 * Jeff
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482678)
 * IN the stylesheet to the
    `#header h1 {...}` portion add this line: display: 
   none;
 *  Thread Starter [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482684)
 * Hi Moshu
 * Just to clarify:
 * Do I add it as follows:
 * #header h1 { display: none;
    margin: 0; font-size: 1.4em; color: #333; word-spacing:
   1px; }
 * Thank you again for all your help
 * Jeff
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482686)
 * It’s fine any way, as long as it’s inside the {..}.
 * BTW, do not copy text into your blog (especially using the wysiwyg monster) from
   other applications that have line breaks. It looks ugly 🙁
 *  Thread Starter [jeff2006](https://wordpress.org/support/users/jeff2006/)
 * (@jeff2006)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482688)
 * Hi Moshu
 * Thak you kindly for all your valued help in getting this problem resolved
 * Jeff
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482691)
 * Then mark it as “resolved” (up below the title).
    Happy blogging!

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

The topic ‘Replacing a header’ is closed to new replies.

 * 11 replies
 * 3 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/replacing-a-header/#post-482691)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
