Ctrl+F to search for .entry-title in the style.css file.
.singular .entry-title {
color: #000; /*Change This to whatever color you want*/
font-size: 36px; /*Change This to size you want*/
font-weight: bold;
line-height: 48px;
}
You need to change some CSS in the style.css file.
.entry-title {
clear: both;
color: #222; /*Change This to whatever color you want*/
font-size: 26px; /*Change This to size you want*/
font-weight: bold;
line-height: 1.5em;
padding-bottom: .3em;
padding-top: 15px;
}