The other day I asked how to remove Page Titles - http://wordpress.org/support/topic/removing-page-titles-1?replies=5
The answer I recieved worked great: add 'display:none;' to the following
h2, h2 a, h2 a:visited {
color:#000000;}
It got rid of the Page titles while still keeping the menu titles, the only problem is, well two problems:
1) All my posts also hide the post title
2) I now have hidden content on my page
What I would like to do is have a page title that is different from my navigation title without totally removing the <h2> tag function.
For example
http://www.crozon.ca/services
Page Title = Freelance Writing and SEO Services (right now this is an h3 tag that I put in manually)
Navigation Title = Services
Is there anyway to distinguish between these two without using the hidden h2 tag example from above?