Title: Theme page banner
Last modified: August 20, 2016

---

# Theme page banner

 *  [ursula10](https://wordpress.org/support/users/ursula10/)
 * (@ursula10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/)
 * How do I get the words “sample page” off the home page on the banner?

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

 *  [Michael Arestad](https://wordpress.org/support/users/michael-arestad/)
 * (@michael-arestad)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319361)
 * Can’t answer that without a link to your site.
 *  Thread Starter [ursula10](https://wordpress.org/support/users/ursula10/)
 * (@ursula10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319365)
 * [http://www.premierbackpacks.com](http://www.premierbackpacks.com)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319367)
 * Unless you provide a link to a page demonstrating the problem, no one will be
   able to offer much in the way of assistance.
 *  [Michael Arestad](https://wordpress.org/support/users/michael-arestad/)
 * (@michael-arestad)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319368)
 * You can hide it with CSS, but it looks like it’s built into your theme somewhere.
   Try the theme’s settings or the General WP settings.
 *  [Michael Arestad](https://wordpress.org/support/users/michael-arestad/)
 * (@michael-arestad)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319386)
 * First of all, don’t open a new thread for the same question.
 * Second of all, the CSS to hide it is:
 *     ```
       #hdrRight {
        display:none;
       }
       ```
   
 * you can either add that to #hdrRight id in **style.css** or copy paste the whole
   thing at the end of **style.css**
 * **Note: **Hiding it with CSS isn’t all that semantic because the code will still
   be there in the HTML. You can target the php callout for that and get rid if 
   it.

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

The topic ‘Theme page banner’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [Michael Arestad](https://wordpress.org/support/users/michael-arestad/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/theme-page-banner/#post-2319386)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
