Title: Remove header from front page
Last modified: August 21, 2016

---

# Remove header from front page

 *  [mikeia888](https://wordpress.org/support/users/mikeia888/)
 * (@mikeia888)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/)
 * Hi there — I’m trying to remove the “Home” header from the first page of my site.
   I’d like to just have an image and then text. I’m new to web development and 
   am not very familiar with CSS.
 * My website is [http://www.bostonwellnesscoach.com](http://www.bostonwellnesscoach.com),
   so you can see what I mean. The theme is Photographer.
 * Is there a way to easily remove the word “Home”?
 * Thanks,
    Mike

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

 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599517)
 *     ```
       .headline {
       display:none;
       }
       ```
   
 * Should do this in your [child theme](http://codex.wordpress.org/Child_Themes)
   to save future hassle when updating and losing your edits.
 *  Thread Starter [mikeia888](https://wordpress.org/support/users/mikeia888/)
 * (@mikeia888)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599606)
 * Thanks so much, Tareq. That worked, but it removed the headlines from every page.
   I just want it removed from the first page. Is there a way to do that? No problem
   if not.
 * Thanks!
    Mike
 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599615)
 * You should be able to do it just for the home page if you find out the page id.
   In your case, the id for your home page is 177 so if you use the following it
   will only remove the headline for that page.
 *     ```
       #page-177 .headline {
       display: none;
       }
       ```
   
 * This will sort it for you!
 *  Thread Starter [mikeia888](https://wordpress.org/support/users/mikeia888/)
 * (@mikeia888)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599660)
 * Thanks you so much. That worked.
 *  [Tareq](https://wordpress.org/support/users/worthingtech/)
 * (@worthingtech)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599663)
 * No probs!

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

The topic ‘Remove header from front page’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Tareq](https://wordpress.org/support/users/worthingtech/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-front-page/#post-4599663)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
