Home Page Feature Text Heading Change Font Size

Discussion in 'ColorWay WordPress Theme' started by Carroll, Aug 6, 2014.

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

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
    Hello,

    I can't seem to get the CSS mentioned here to increase the font size of the title text on the home page. I first added css to increase the body text size. When I did, the Title text shrank. I've checked the threads and added the css suggested but the titles don't increase.

    URL: http://hotelsanmiguelallende.com/

    Here's what I've added to the CSS box

    #content .one_fourth h3{
    font-size:24px ! important;
    }
    .feature_content p {
    font-size: 18px;
    }
    p,a{
    font-size: 18px ! important;
    }
    body,div,ol, li,ul,span,blockquote{
    font-size: 18px ! important;
    }
    Thanks for your help. The support you provide is awesome.
    Carroll
     
  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')('h2')('h3')('h4')('h5')('h6');


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Carroll

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
    Perfect! Thanks very much!
     
Thread Status:
Not open for further replies.

Share This Page