Title: Hide site title
Last modified: August 22, 2016

---

# Hide site title

 *  [SwedenCharlie](https://wordpress.org/support/users/swedencharlie/)
 * (@swedencharlie)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/hide-site-title/)
 * Im using
    #header h1 { display: none; } but it only hides site title on my startpage/
   homepage. On the other pages sitetitle is showing. How do I hide it on all pages?

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

 *  Thread Starter [SwedenCharlie](https://wordpress.org/support/users/swedencharlie/)
 * (@swedencharlie)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/hide-site-title/#post-5487743)
 * I have also tried
    #h1.site-title { display: none; } and it still is the same
   problem.
 *  [MadMaxData](https://wordpress.org/support/users/madmaxdata/)
 * (@madmaxdata)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/hide-site-title/#post-5487903)
 * You were close on the second try. Use this…
 * .site-title {
    display: none; }
 * Or you could simply scroll down to .site-title in your themes stylesheet and 
   add display: none;

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

The topic ‘Hide site title’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [MadMaxData](https://wordpress.org/support/users/madmaxdata/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/hide-site-title/#post-5487903)
 * Status: not resolved