How to change font colors on front page

Discussion in 'BlackBird WordPress Theme' started by musicated, Apr 17, 2013.

  1. musicated

    musicated New Member

    Joined:
    Apr 16, 2013
    Messages:
    1
    Likes Received:
    0
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page