Title: Remove text header
Last modified: August 22, 2016

---

# Remove text header

 *  Resolved [melz63017](https://wordpress.org/support/users/melz63017/)
 * (@melz63017)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-text-header/)
 * Is it possible to remove the text header and just have a banner image?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-text-header/#post-5593011)
 * Hey there melz63017,
 * If you are looking for to remove the site title and description [http://screencast.com/t/pRry7oAsvQD](http://screencast.com/t/pRry7oAsvQD)
   you can do that with some custom CSS.
    The easiest way to do that would be to
   add it in your site using the following plugin
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 * Once the plugin is installed and activated you can add this code to Appearance
   >> Custom CSS:
 *     ```
       .header-background-image .title-box {
       visibility: hidden;
       }
       ```
   
 * If this is not what you wanted could you please post link to you site so I can
   take a look?
 * Have a great weekend 🙂
 * Best regards,
    Bojan
 *  [Morten Rand-Hendriksen](https://wordpress.org/support/users/mor10/)
 * (@mor10)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-text-header/#post-5593194)
 * No need for custom CSS. In the Customizer, uncheck show site title and tagline
   and just add a header image. The theme can be configured to show just title+tagline,
   title + header background image, or just header image

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simone/2.1.5/screenshot.png)
 * Simone
 * [Support Threads](https://wordpress.org/support/theme/simone/)
 * [Active Topics](https://wordpress.org/support/theme/simone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simone/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Morten Rand-Hendriksen](https://wordpress.org/support/users/mor10/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-text-header/#post-5593194)
 * Status: resolved