Keep content "Title" color default even change the Heading colors

Today I’m changing my blog to blue color using Sparkling themes , however there are color that I want keep it default or black at Title color

Are there a code or css to keep the Title color default even Heading Color is changed to any color ?

Thanks

Img:
-From Dropbox - Error
-To Dropbox - Error

This should do the trick

.entry-title {
    color: #444;
}

If not try it like this

.entry-title {
    color: #444 !important;
}

Add this code to Theme Options - Other - Custom CSS.

Thanks You , Sir the first trick is works