Title: [Theme: Simple Catch] Hide Header Text
Last modified: August 20, 2016

---

# [Theme: Simple Catch] Hide Header Text

 *  Resolved [jwidder](https://wordpress.org/support/users/jwidder/)
 * (@jwidder)
 * [14 years ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/)
 * Hi, I like the simple catch theme, so far I only have one little problem: I can’t
   hide the header text, since there is no special menu item for it any more (only
   for the logo). And I don’t want to remove site description and slogan completely.
   Can you help me? Thanks in advance, Jonathan
 * [http://wordpress.org/extend/themes/simple-catch/](http://wordpress.org/extend/themes/simple-catch/)

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [14 years ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/#post-2805794)
 * Add to the stylesheet:
 *     ```
       h1#site-title {
       display: none;
       }
       ```
   
 *  Thread Starter [jwidder](https://wordpress.org/support/users/jwidder/)
 * (@jwidder)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/#post-2805830)
 * Thanks; the problem is that this hides the logo, too (and the slogan still remains)
 *  Theme Author [Catch Themes](https://wordpress.org/support/users/catchthemes/)
 * (@catchthemes)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/#post-2805941)
 * Hi jwidder,
 * If you are using the Version 1.2.5 then open the header.php and in line no 47
   you will see this code echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); . 
   Just delete that line.
 * Regards,
    Sakin
 *  Thread Starter [jwidder](https://wordpress.org/support/users/jwidder/)
 * (@jwidder)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/#post-2805943)
 * Thank you, Sakin, it works!

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

The topic ‘[Theme: Simple Catch] Hide Header Text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simple-catch/4.0/screenshot.png)
 * Simple Catch
 * [Support Threads](https://wordpress.org/support/theme/simple-catch/)
 * [Active Topics](https://wordpress.org/support/theme/simple-catch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simple-catch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simple-catch/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [jwidder](https://wordpress.org/support/users/jwidder/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/theme-simple-catch-hide-header-text/#post-2805943)
 * Status: resolved