I've scoured the style sheet but can't seem to locate where to alter the small text color under the feature circles, client testimonials, news in blog and sign up for newsletter. I'm basically indicating all of that gray text in the front because it gets lost in my background and I have to go 'black' or a shade similar. BTW, I find the same light gray on the blog posts themselves and would like to change that also.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner p{ color:red; } .testimonial .item p{ color:red; } .feature-post .feature-post-inner p{ color:red; } .signup-content .signupinfo{ color:red; } .content-bar .post .post_content p{ color:red; } Inplace of "red" put your color code.