Add this CSS using JetPack’s Custom CSS option (don’t modify the theme’s style.css file or your changes will get lost the next time the theme is upgraded because of feature enhancements or security patches):
body.blog .entry-header {
display: block;
}
Actually it’s there, but you modified the original style.css. By adding:
.entry-header, .page-header {
text-align: center;
display: none;
}
you hid the title for posts as well as pages.
Please note that editing theme files is advised strongly against – those changes will be lost during theme update.
oops! thanks for pointing that out.
and i hear you about editing the theme.
i’m looking into figuring out the child theme now.
thanks for the help, it’s much appreciated.