Title: Remove Page Title completely
Last modified: August 21, 2016

---

# Remove Page Title completely

 *  [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/)
 * I have a page that I don’t want the page title to show up at all and I would 
   like the blank space to not take up the space. Is it possible to remove this 
   from the page completely? I have a page for my store where I’d like the results
   to show up at the top of the page and not dropping down 2 inches because of a
   title I really don’t need. Here is the page if what I said is confusing. [http://saveongolf.net/store](http://saveongolf.net/store).
   I’d like to get rid of the Title that says “Compare Prices” so that the clubs
   for sale move up on the page where they can be more easily seen.

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4380915)
 * Add to your style.css (in your child theme of course!)
 *     ```
       h1.entry-title{display: none}
       ```
   
 * That will remove page titles globally. You may want to edit the template files,
   perhaps create a template for your shop pages and remove the code that creates
   the page title.
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4380918)
 * Thanks flashbuddy. I’ve tried to learn how to make a child theme on several occasions
   but have not been able to figure it out. Is it pretty simple? Can I do that now
   that I have the pages formatted the way I want them or do I have to start all
   over again?
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4380920)
 * I added it to the custom CSS section where it can be removed easily and won’t
   be deleted when the version updates. It worked!..however the space where it used
   to be is still there. Any way to get the content to move up?
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4380923)
 * Here’s one for ya! Any way to put the search box in the h1 spot?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4381000)
 * > Any way to get the content to move up?
 *     ```
       header .featurette-divider {
       display: none;
       }
       ```
   
 * > Any way to put the search box in the h1 spot?
 * You mean where the page title used to be? Not unless you want to create a child
   theme and modify or create a template.
 *  Thread Starter [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * (@saveongolf)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4381073)
 * Hi CrouchingBruin,
    Thanks so much for your help.

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

The topic ‘Remove Page Title completely’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [saveongolf](https://wordpress.org/support/users/saveongolf/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-page-title-completely/#post-4381073)
 * Status: not resolved