Title: Remove Header / Site Title
Last modified: August 20, 2016

---

# Remove Header / Site Title

 *  Resolved [JS Daly](https://wordpress.org/support/users/js-daly/)
 * (@js-daly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-header-site-title/)
 * I have seen similar questions to this, but I have created a child-theme, and 
   I wonder if you can help to modify it. I have created a custom header that has
   the blog name printed on it, so I would like to remove the site title and the
   gray stripe at the top (above the custom header) and shift the custom header 
   to the very top of the page. (The checkbox for ‘display title’ under customize
   theme is un-checked.)
 * My site is: [](http://www.awakeatmidnight.org)

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

 *  Thread Starter [JS Daly](https://wordpress.org/support/users/js-daly/)
 * (@js-daly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-header-site-title/#post-3354271)
 * [http://www.awakeatmidnight.org](http://www.awakeatmidnight.org)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-header-site-title/#post-3354365)
 * Hi JS Daly
 * 1. Copy raindrops/header.php
    2. Create a new file and Paste child-theme/header.
   php 3. Open the file child-theme/header.php 4. Remove area below from the child-
   theme/header.php
 *     ```
       <div id="hd">
       <?php
       /**
        * Conditional Switch html headding element
        *
        .......
        */
       echo raindrops_site_description();
       ?>
       </div>
       ```
   
 * Note:
    Raindrops child theme css no need `@import url("../raindrops/style.css");`
 * Thank you.
 *  Thread Starter [JS Daly](https://wordpress.org/support/users/js-daly/)
 * (@js-daly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/remove-header-site-title/#post-3354370)
 * Thank you for such a fast and correct response!
 * I removed the section from both the header and header-html5.php and it worked.
 * I love this theme, it is exactly what I was looking for. I truly appreciate your
   willingness to work with people to achieve the customized results are looking
   for.

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

The topic ‘Remove Header / Site Title’ is closed to new replies.

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

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [Remove Header](https://wordpress.org/support/topic-tag/remove-header/)

 * 3 replies
 * 2 participants
 * Last reply from: [JS Daly](https://wordpress.org/support/users/js-daly/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/remove-header-site-title/#post-3354370)
 * Status: resolved