Font size in Home Page Two Cols

Discussion in 'Figero WordPress Theme' started by rjmprofessional, Dec 7, 2012.

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

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
    I would like the header and text font sizes in both of these columns to be equal. I have already removed the image. Help is appreciated :)
     
  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:
    //Font Replace
    Cufon.replace('#menu ul li a',{hover: true})('#colRight h2')('.reply',{hover:true})('h1')('h2')('h3')('h4')('h5')('h6');
    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-index .feature-one h1 {
    font-size: 20px;
    }
    .testimonial_holder h1{
    font-size:20px;
    }
    .feature-one p{
    font-size:10px;
    }
    .testimonial_holder .testimonial_jcarousel p{
    font-size:10px;
    }
    Adjust font size as per your requirement.
     
  3. rjmprofessional

    rjmprofessional New Member

    Joined:
    Jul 26, 2012
    Messages:
    25
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page