This was able to remove the word “Home” from my main page:
#post-33 h2 {display:none;}
But when I add other lines, replacing the 33 with the new page’s ID, it doesn’t work. I also tried urbancoder’s code and it did not work.
I am trying to remove the titles from all my static pages. Any other suggestions or ideas on what I may be doing wrong?