Fonts - Body Font - H1-H2 Tags

Discussion in 'RoadFighter WordPress Theme' started by satinfeather99, Jun 17, 2013.

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

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi I would like to make the body font larger. The H2 and H1 tags purple Color

    Also on the Testimonial on the first page the font of the name in light green - I would like to change that to Dark Purple. http://avisualadvantage.net/SoldItClosedIt/
     
  2. Gourav

    Gourav Support Staff

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

    Go to Js > custom.js present in your theme directory and remove the code given below

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1, h2, h3, h4, h5, h6{
    font-size:20px!important;
    color:purple;
    }
    .feature_testimonial p{
    background:purple;
    }
    Adjust font size as per your requirements.
     
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page