Title: Changing a Header
Last modified: March 3, 2018

---

# Changing a Header

 *  Resolved [tgurr](https://wordpress.org/support/users/tgurr/)
 * (@tgurr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/)
 * Hello. I am hoping someone can help me as I am not having any luck removing an
   image from our banner. I am not experienced with code but have done a fair job
   working in the Editor to tweak our banner. I have an image that is left on one
   side that I can’t seem to remove. The code is here for the row that is problematic:
 *  <span class=”hi1″ rowspan=”0″ colspan=”0″ width=”0″ height=”0″> ” > </span>
 * The h2.jpg image I found in the directory and it is a white line. If I remove
   it, the entire row disappears and shortens our header. If I remove this complete
   section, our header is also shortened. I can’t seem to get rid of this section.
   The header looks great except for this white line. Any help would be so appreciated!

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035282)
 * Please provide a link to a page on your site where we can see this. Thanks.
 *  Thread Starter [tgurr](https://wordpress.org/support/users/tgurr/)
 * (@tgurr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035330)
 * Okay, sure! Here it is: [http://www.gurreathomes.com](http://www.gurreathomes.com)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035335)
 * This CSS will hide it
 *     ```
       span.hi1 {
           display: none;
       }
       ```
   
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035342)
 * Ignore prior response. Use this instead:
 *     ```
       .site-header .hi1 {
           position: relative;
           top: -9999px;
           left: -99999px;
       }
       ```
   
 * That moves that one “L” image off the canvas without losing the entire line.
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [tgurr](https://wordpress.org/support/users/tgurr/)
 * (@tgurr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035391)
 * Thanks so much, Steve! Phew! It worked! I have been struggling for hours and 
   hours trying to figure this out. Your help is so very much appreciated. 🙂

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [tgurr](https://wordpress.org/support/users/tgurr/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/changing-a-header-3/#post-10035391)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
