Change font color of Testimonial, video and 'read more'.

Discussion in 'Themia WordPress Theme' started by olivia, Jun 22, 2013.

Thread Status:
Not open for further replies.
  1. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,

    I want to change the color of the heading box above the 3 images. And also from the Testimonial and video and 'read more'.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to header.php present in your theme directory and remove the code given below

    Code:
    Cufon.replace('h1, h2, h3, h4, h5, h6', { fontFamily: 'Droid Sans', hover: true }); 
    Sending image for reference

    img4.png



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature_content h2, .testimonial_wrapper h2{
    color:red;
    }
    .read_more{
    color:red;
    }
    Inplace of "red" put your color code.
     
  3. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Super, thank you!
     
Thread Status:
Not open for further replies.

Share This Page