Removing the Page Headline (title) on top of each page
Question:
How can I remove the page title/headline (aka h2 tag) on top of my pages?
Answer:
1) Log into your WordPress Dashboard
2) Go to “Appearance” -> “Editor”
3) A file called “style.css should load by default – if not select it from the file list on the right.
4) Add the following:
.entry-title{display:none;}

Important Note:
Page Titles are often stored in your browser cache – you may need to reset your cache to see it take affect.
See here for how to reset/empty your cache.
Removing the Page Title from the Contact Page:
1) Log into your WordPress Dashboard
2) Go to “Appearance” -> “Editor”
3) Select “Contact Form Page Page Template” (contact_page.php) from the file list on the right
4) Scroll half way down and delete the page title code.

