Color on Post title

Hello,
I have tried to find it but I don´t see an answer to my question.
Where can I change the color of my post title whrere the post are all listed?? I can changed it when it is the post by itself but not when all together on lets say main page.
Thanks for your kind support,

Add this code to Theme Options - Other - Custom CSS and replace color code with any color you want to use:

.entry-title a {
  color: #ff0000;
}

This example will replace color to red.

Thanks very much for your always kind and great support.