change the color title of just 4 box main page

Discussion in 'ColorWay WordPress Theme' started by golfags, Feb 5, 2013.

  1. golfags

    golfags New Member

    Joined:
    Oct 11, 2012
    Messages:
    5
    Likes Received:
    0
    Hello,

    I need to do paragraph on Home Page Intro text ans i can' t do it.

    And i try to change color of the Feature Heading

    Can you help me,

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Now,

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

    Code:
    #content .one_fourth h3 a{
    color:red;
    }
    Inplace of "red" put your color code.
     

Share This Page