change font color in Testimonial Content?

Discussion in 'Themia WordPress Theme' started by tcol, Mar 17, 2013.

  1. tcol

    tcol New Member

    Joined:
    May 31, 2012
    Messages:
    3
    Likes Received:
    0
    Would like to change font color in Testimonial Content?
     
  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:
    .testimonial p {
    color: red;
    }
     

Share This Page