/* Remove Page Title from pages/posts */

article.post .entry-header h1.entry-title {
  display: none;
}