Title: Hiding text from header
Last modified: August 19, 2016

---

# Hiding text from header

 *  Resolved [over_cloud9](https://wordpress.org/support/users/over_cloud9/)
 * (@over_cloud9)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/)
 * I used a an image file to be uploaded as a header and after adding the text header,
   this is how my site looks now.
    [URL=http://img692.imageshack.us/i/imgha.jpg/][
   IMG]http://img692.imageshack.us/img692/4830/imgha.th.jpg[/IMG][/URL] As you can
   see the header text has over-rided my header image,I want the header text to 
   be hidden but accessible by search engines,etc.
 * I referred this link from wordpress-
    [http://codex.wordpress.org/Designing_Headers](http://codex.wordpress.org/Designing_Headers)
   and did exactly what it stated to hide the text from the header of my wordpress
   website.edited the h1 part of the style.css but the image of my website given
   above reflects after making all the changes.I googled the problem and all the
   other sites gave hi-end css code to replace or edit and I couldn’t follow them
   as I’m not a techy. I’m trying to resolve this and its been three days that I
   wasted behind it and with my frustration growing….Can anyone please baby step
   me the process to hide the header text so that it doesn’t spoil my image?

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

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/#post-1292485)
 * You’re hiding text from all of us, too. Something like this will work:
 *     ```
       h1.blogtitle {
       position:absolute;
       top:-5000px;
       left:-5000px;
       }
       ```
   
 *  Thread Starter [over_cloud9](https://wordpress.org/support/users/over_cloud9/)
 * (@over_cloud9)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/#post-1292547)
 * Hey thanks,it worked!thanks a lot,you saved me!
 *  [sp00f](https://wordpress.org/support/users/sp00f/)
 * (@sp00f)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/#post-1292604)
 * why not
    display: none; or visibility: hidden; ?
 *  Thread Starter [over_cloud9](https://wordpress.org/support/users/over_cloud9/)
 * (@over_cloud9)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/#post-1292640)
 * i don’t know why display:none worked when i opened my site in firefox but in 
   opera the text overlapped the header image.but this code works fine with all 
   browsers (i checked it with IE,opera and firefox).

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

The topic ‘Hiding text from header’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [over_cloud9](https://wordpress.org/support/users/over_cloud9/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/hiding-text-from-header/#post-1292640)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
