Title: Changing Headers
Last modified: August 18, 2016

---

# Changing Headers

 *  [ealvin](https://wordpress.org/support/users/ealvin/)
 * (@ealvin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/)
 * I’m using Dots by Alex King. I’d like to change the header to something more 
   unique, or to even a simple white background with either a logo on top or use
   the basic template lettering. Any ideas? Thanks.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/changing-headers/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changing-headers/page/2/?output_format=md)

 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170450)
 * Go into the style.css file and change the header reference. It is usually under#
   header or #headerimg. Also, check in the header.php file to see if some CSS style
   code regarding the header has been put in there. Some authors put header code
   there though it should all be in the style.css file.
 *  Thread Starter [ealvin](https://wordpress.org/support/users/ealvin/)
 * (@ealvin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170482)
 * Thanks for your reply. Any idea on where to go to find headers I could use as
   replacements? Would the replacement themes for Kubrick work for me using Dots?
   Any other info on changing this would be helpful.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170483)
 * What do you mean by “replacement themes for Kubrick”???
 * For your header go to the style.css and find this:
    `#header { background: #5A634E;
   background: url(images/header_background.gif) no-repeat; border: 1px solid #4B5340;
   border-width: 0 1px 2px 1px; color: #fff; font-size: 18px; height: 98px; left:
   0; margin: 0; padding: 0; position: absolute; text-align: left; top: 0; width:
   768px; }
 * and delete the second line:
    `background: url(images/header_background.gif) no-
   repeat;`
 * There will be no image.
    The other option is: find a picture/image you want, 
   save it as “my_pretty_header.gif” (or .jpg whatever) and upload it in the images
   folder of the theme AND modifiy the above line in your style sheet accordingly.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170484)
 * moshu I think the code above is going to be very unstable in IE. From there it
   would be necessary to hack or a bork is inevitable I would think.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170486)
 * my friend, I copied it from his css file 🙂
    And ealvin wanted know where to 
   go to change and/or delete the image. Well, in the style.css that he’s using 
   I found where it is. [http://www.scoremoreclients.com/blog/](http://www.scoremoreclients.com/blog/)
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170487)
 * I wasn’t suggesting that you actually wrote the stuff. It looks horribly familiar…
 *  [2notch](https://wordpress.org/support/users/2notch/)
 * (@2notch)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170488)
 * ealvin: you can get some pre-made header graphics [here](http://www.digitalwestex.com/gallery/index.php?cat=6)(
   crop to the size you want), or email me with what you want and I’ll make one 
   for you. 2notch at cableone dot net
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170489)
 * 2notch – that is a fabulous site you have there and a very popular resource I
   would think. If you are Kubrick users guys it is worth the trip. Header imgs 
   for every taste.
 *  Thread Starter [ealvin](https://wordpress.org/support/users/ealvin/)
 * (@ealvin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170497)
 * moshu, i deleted the line you suggested but I still see the image, any ideas?
 *  Thread Starter [ealvin](https://wordpress.org/support/users/ealvin/)
 * (@ealvin)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170500)
 * Hmmmm, I just discovered that while it didn’t take the small image out it did
   take out the pattern in the header. I’ll got to the dots default and add it back
   in.
 *  [2notch](https://wordpress.org/support/users/2notch/)
 * (@2notch)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170501)
 * Root – Thanks for the thumbs up! I was averaging 3000 hits per month before I
   put up the header art. March has had 87,000 hits so far and still going so someone
   must be looking at it. I just hope it proves to be useful to those who need it.
   My contribution to the cause!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170503)
 * ealvin, that’s exactly what you asked in the title of this thread: “changing 
   headers”… header = the big green stuff at the top of the page 🙂
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170504)
 * We’re not meant to be solving the problem moshu. We are meant to be solving the
   question the OP intended to ask. Consults crystal bal………. 🙂
 *  [areca](https://wordpress.org/support/users/areca/)
 * (@areca)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170516)
 * I am having a similar problem with the default template. I created a personalheader.
   jpg and put in the images directory . Nothing has changed. I erased the two lines
   it said to erase…what now?
 * Thanks.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/changing-headers/#post-170517)
 * Areca – a thought – how big is your img ?

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/changing-headers/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/changing-headers/page/2/?output_format=md)

The topic ‘Changing Headers’ is closed to new replies.

 * 22 replies
 * 7 participants
 * Last reply from: [andrew001](https://wordpress.org/support/users/andrew001/)
 * Last activity: [21 years ago](https://wordpress.org/support/topic/changing-headers/page/2/#post-170631)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
