how to change text 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
    i want to change text font color in
    Home Page Intro,

    First Feature Heading

    First Feature Content etc....

    , is there any short code for custom css


    Thanks in Advance
     
  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:
    #content .one_fourth h3 a{
    color:red!important;
    }
    .content-wrapper .content-info h1{
    color:red;
    }
    #content .one_fourth p{
    color:red!important;
    }
    Inplace of "red" put your color code.
     
  3. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    Than Gourav .. it works .. i need to change testimonial also

    please guide me

    Thanks in Advance
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page