Front Page Fonts - Free Theme

Discussion in 'ColorWay WordPress Theme' started by chauncey99, Feb 5, 2014.

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

    chauncey99 Member

    Joined:
    Dec 11, 2013
    Messages:
    33
    Likes Received:
    0
    Hello, I am using both the free theme and the Pro theme on different sites.

    Now I have a question on the free theme, version 3.1:

    Why is H1 no longer the Champagne font? In style.css, it has the following:

    Code:
    h1 {
        font-size: 24px;
        margin:0px;
        padding:0px;
        color:#4a4a4a;
        font-family: 'Droid Sans', sans-serif;
    }
    How can I change this back to Champagne font, like in the earlier versions of the free theme?

    * * *

    Also - I want to change the font size and font color of the four feature headings on the front page, how can I do this?

    Thank you for your help.
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    h1 {
    font-family: symbol! important;
    } 
    In place of "symbol" you can put your font.
    This will change the font for h1 tag

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

    Code:
    #content .one_fourth h2 {
    font-size: 13px;
    color: red;
    }
    
    In place of "red" you can put your color .
    You can also adjust the value of "font-size" as per your requirement.
    This will change the font size and font color of four feature headings on the front page

    Thanks and Regards,
    Gourav
     
  3. chauncey99

    chauncey99 Member

    Joined:
    Dec 11, 2013
    Messages:
    33
    Likes Received:
    0
    Hello Gourav, thanks for your reply.

    I want the font for H1 to be the Colorway cufon Champagne font. What should I put for the font family symbol in this case?
     
  4. chauncey99

    chauncey99 Member

    Joined:
    Dec 11, 2013
    Messages:
    33
    Likes Received:
    0
    I figured it out! I had to go into custom.js and add H1 to the "replace cufon" code.
     
Thread Status:
Not open for further replies.

Share This Page