Title: Header Graphic
Last modified: August 19, 2016

---

# Header Graphic

 *  800545
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/)
 * Hey guys,
 * I have got the graphic I want to use for my header, but would like to edit the
   way the title of my blog appears on the header. The title of my blog is 3 words–
   I want to use separate colors for each word and still the retain the hypertextuality
   of clicking on the blog’s title.
 * How do I do this?
 * Pls let me know,
    Thank You, Regards, TCT

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

 *  [educationthemes](https://wordpress.org/support/users/educationthemes/)
 * (@educationthemes)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822590)
 * This will be a thousand times easier if the text that you want to make different
   colours is an image. This way you just make the image seperate colours and then
   use this as the background image for your header div.
 * If you want to make it clickable to take you to your blogs home then add this
   to the header.php where it calls the header div. Replace `<div id="header">` 
   with`<div id="header" onclick="location.href='http://www.bloghome.com/';" style
   ="cursor: pointer;">` replacing bloghome.com with the address of your blogs home.
 * If you need to remove your blogs title and tagline then just style them with 
   a negative text indent so they are off the page e.g.
 *     ```
       #header h1 a {
         display: block;
         text-indent: -9999px;
       }
       ```
   
 *  Thread Starter 800545
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822595)
 * Thank You educationthemes!
 * one question regarding the negative text indent – will this remove the blog title/
   tagline or just make the user blind to the title/tagline.
 * I ask because, for SEO PURPOSES, shouldn’t the title and tagline stay on?
 * thanks again!
    TCT
 *  Thread Starter 800545
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822722)
 * any idea guys?
 *  [educationthemes](https://wordpress.org/support/users/educationthemes/)
 * (@educationthemes)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822742)
 * I will still be there in the page code but users/visitors won’t be able to see
   it. Therefore the likes of Google will still be able to read it.
 *  Thread Starter 800545
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822748)
 * Fantastic!
 * Thank you so much education themes!
 * Since you seem to really know your stuff, would you mind helping me with font
   size – [http://wordpress.org/support/topic/192991](http://wordpress.org/support/topic/192991)
 * Thanks again!
    Eric
 *  [donroche](https://wordpress.org/support/users/donroche/)
 * (@donroche)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822753)
 * I had a similar problem. To put the image in the header do you simply type in
   `
   <img src="image.gif" />` ?
 *  [donroche](https://wordpress.org/support/users/donroche/)
 * (@donroche)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822754)
 * I got it working. Thanks internet people. This is what I was trying to do.
    [http://www.donroche.com/newblog](http://www.donroche.com/newblog)

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

The topic ‘Header Graphic’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [donroche](https://wordpress.org/support/users/donroche/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/header-graphic/#post-822754)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
