/* Make blog post titles black */
h1.entry-title, 
h1.post-title,
h2.entry-title, 
h2.post-title,
.type-post .entry-title a,
.single-post .entry-title {
    color: #000000 !important;
}