Colorway font change help

Discussion in 'ColorWay WordPress Theme' started by hes229, Apr 8, 2013.

  1. hes229

    hes229 New Member

    Joined:
    Feb 14, 2013
    Messages:
    9
    Likes Received:
    0
    Hi I was trying to figure out how to make most of the fonts on my website to century gothic. I don't want to change the Champagne font used for h1, h2, h3, h4, h5 font because I like it. I would just like all the other fonts to be century gothic. Any help would be great!

    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    p, a{
    font-family:your font family;
    }
     
  3. hes229

    hes229 New Member

    Joined:
    Feb 14, 2013
    Messages:
    9
    Likes Received:
    0
    Hi. Thank you so much for your reply! I tried this and everything worked except on the "bio" page where the individual bios are still in the default font. Any thoughts on how I could change this font to century gothic also?

    Here is a link to the page: http://66.147.244.222/~picasso7/temporaryname/meet-the-staff/

    It's the bio text in black that I want to change.

    Thanks for all the help!
     
  4. Gourav

    Gourav Support Staff

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

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


    Code:
    .wpcol-one-half {
    font-family: symbol;
    }
    .wpcol-one-third {
    font-family: symbol;
    }
    Inplace of "symbol" put your font type.
     

Share This Page