Title: Remove page title
Last modified: August 22, 2016

---

# Remove page title

 *  Resolved [jamesieee](https://wordpress.org/support/users/jamesieee/)
 * (@jamesieee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-page-title-29/)
 * Hi all,
 * I looked through this forum but couldn’t find an answer for this — can anyone
   tell me how to remove the title for each page (i.e., not the website title that
   appears above the header image, but the title for each page that appears below
   the header image)? On the homepage the page title doesn’t appear, but on the 
   other pages the respective titles do. I looked through the Page Template code
   but couldn’t figure out what to take out.
 * Any help would be greatly appreciated. Thanks!!!

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

 *  Thread Starter [jamesieee](https://wordpress.org/support/users/jamesieee/)
 * (@jamesieee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-page-title-29/#post-5845816)
 * And another question while I’m here — how do I get reduce the spaces above the
   page title and between the page title and the navigation bar? I’d like the header
   content to be more compact, essentially. Again, I looked through both the Header
   code and the Stylesheet but could not figure this out. Thank you!
 *  [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-page-title-29/#post-5845820)
 * This should do it
 *     ```
       .page-title {
          display: none;
          padding: 0;
       }
       ```
   
 *  Thread Starter [jamesieee](https://wordpress.org/support/users/jamesieee/)
 * (@jamesieee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-page-title-29/#post-5845909)
 * Thanks! Appreciate it.

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

The topic ‘Remove page title’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [jamesieee](https://wordpress.org/support/users/jamesieee/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/remove-page-title-29/#post-5845909)
 * Status: resolved