How to change testimonial Font Color ???

Discussion in 'ColorWay WordPress Theme' started by mybizle, Jan 4, 2013.

  1. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    Hi

    please guide me how to change testimonial text color ??

    I already changed following text color pasting following code in custome css

    #content .one_fourth h3 a{
    color:red!important;
    }
    .content-wrapper .content-info h1{
    color:red;
    }
    #content .one_fourth p{
    color:red!important;

    I want to change testimonial text color also


    Thanks in Advance
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    blockquote {
    color: red;
    }
     

Share This Page