Hi Jazi,
You would need to add this to your child theme stylesheet or to your custom css box in the admin panel:
.post-title, .post-title a, .post-title a:visited {
color: #1772AF;
}
You can change the hex color to whatever you like.
And then you can add this code as well to change the hover color of the title:
a:hover {
color: #3B5068;
}
Remember, change the hex colors to your preference.