Hi,
I see you’re using WP Show Posts. Are you using WPSP Pro version as well?
If so, you can set the Title color and hover color within the WPSP setting found on its Content tab.
If you’re not using the Pro version, you can try this CSS:
h2.wp-show-posts-entry-title a {
color: [text color value here];
}
h2.wp-show-posts-entry-title a:hover {
color: [hover text color value here];
}
Simply change the color value to your preference.
A wise man once said:
"Have you cleared your cache?"