Title: Hide/Remove Page Title?
Last modified: August 22, 2016

---

# Hide/Remove Page Title?

 *  [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/)
 * I am trying to figure out how to hide or remove the page title off my pages. 
   I don’t mind doing it manually or each time I create a new page, but I’m not 
   finding a way that works and I can’t figure out why. I have tried every plugin
   I can find (with no success) and I have tried putting in a html code in each 
   page itself as well as deleting h1 and h2 title tags on page.php. Basically I
   have tried every solution I can find and nothing works. I don’t quite understand
   most of the techi garb, but I can follow instructions so if anyone has any ideas
   or suggestions, I’d appreciate it! Thanks!!

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721755)
 * Depends on your theme and site. Usually the easiest way is to hide it using CSS,
   but that’s theme specific. Need to see a live site.
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721936)
 * Sorry I didn’t think about posting the site. duh. lol. It’s [http://www.hisbannrreaches.com](http://www.hisbannrreaches.com)
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721938)
 * Theres a problem with the link
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721939)
 * Oops sorry. Type it wrong. [http://www.HisBannerReaches.com](http://www.HisBannerReaches.com)
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721940)
 * While I’m at it, I have another question.. somehow the color of my post titles
   got changed to white so you can barely seem them. I’ve read other threads that
   tell the code to look for in order to change the color, but I can’t find the 
   code in style.css. Plus I’ve heard doing it that way will just lose the changes
   when I update? Any ideas on this problem? I tried a plugin but it still wouldn’t
   change the color.
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721942)
 * do you have a child theme? If not you should create one for customizations. [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * To remove the page titles, try this in your custom CSS
 *     ```
       .entry-title, .entry-title a {
       display: none;
       }
       ```
   
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721944)
 * I think it is…. I’m new to this but in editor it says “This child theme inherits
   templates from a parent theme, Stargazer.” Is that what you mean?
    I’ve tried
   one similar to that to remove the titles and it didn’t work, but I’ll try that
   one.
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721945)
 * You mean in the html area of each post?
 *  [Mike Price](https://wordpress.org/support/users/castroboy/)
 * (@castroboy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721946)
 * I personally use this solution to hide titles on a page/post basis:
 * [https://wordpress.org/plugins/title-remover/](https://wordpress.org/plugins/title-remover/)
 * This doesn’t remove the title of the page or post in the wp-admin so it still
   makes it easy to know what post is what 🙂
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721947)
 * Thanks Mike. Unfortunately, I tried that one and it doesn’t work. I’ve actually
   tried about at least 5 or 6 plugins and none worked.
 *  [Mike Price](https://wordpress.org/support/users/castroboy/)
 * (@castroboy)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721949)
 * That is very strange. I currently use it on a few sites and it works beautifully!
   So that makes me think something else is amiss on your site..
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721950)
 * I wouldn’t doubt it. lol
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5721961)
 * Look in your themes, if you have a child theme, it should be the name of the 
   theme + child. The theme will be there, but the child will be the active theme.
 *  Thread Starter [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * (@giorgianni)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5722006)
 * I guess I don’t then. I don’t see anything like that. Like I said, under templates
   in editor, it says “This child theme inherits templates from a parent theme, 
   Stargazer.”

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

The topic ‘Hide/Remove Page Title?’ is closed to new replies.

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 14 replies
 * 4 participants
 * Last reply from: [giorgianni](https://wordpress.org/support/users/giorgianni/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/hideremove-page-title/#post-5722006)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
