Title: how remove &quot;Home&quot; button
Last modified: August 30, 2016

---

# how remove "Home" button

 *  Resolved [wentys](https://wordpress.org/support/users/wentys/)
 * (@wentys)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-remove-home-button/)
 * from menu bar?
 * and second problem, Tagline not show below site title.

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-remove-home-button/#post-6205203)
 * Hi wentys
 * Please open libs/hooks.php line:51
 *     ```
       * thanks ison
       */
               add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );
       ```
   
 * above line change below
 *     ```
       * thanks ison
       */
               //add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );
       ```
   
 * if you using child theme
 * child_theme/functions.php add below code.
 *     ```
       function raindrops_page_menu_args( $args ) {
   
       return $args;
       }
       ```
   
 * > and second problem, Tagline not show below site title.
 * Raindrops version ?
 * are you anything change title and tagline section at customize.php ?
 * Thank you.
 *  Thread Starter [wentys](https://wordpress.org/support/users/wentys/)
 * (@wentys)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-remove-home-button/#post-6205281)
 * tnx,
    all problems resolved

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

The topic ‘how remove "Home" button’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [wentys](https://wordpress.org/support/users/wentys/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/how-remove-home-button/#post-6205281)
 * Status: resolved