How to Do Font Changes in Colorway Theme???

Discussion in 'ColorWay WordPress Theme' started by katyallan, Apr 17, 2013.

  1. katyallan

    katyallan New Member

    Joined:
    Mar 28, 2013
    Messages:
    3
    Likes Received:
    0
    Hi!

    I have the Colorway Pro theme and have looked through various threads trying to change the font of some items on my site, with no success so far in implementing what I've found.

    I want to change the font of:
    a. The text in the body of the different pages I've created (to AppleGothic)
    b. The menu headers text (to the font already used for the Home Page Intro and Feature Headings, think it's called Chapenettoer 8 THIN)
    c. The home page feature content of all four home page features (to AppleGothic)
    d. The home page testimonial (to AppleGothic)

    Can anyone give me a "For Dummies" version of how I might do this?

    Thanks!!
     
  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

    a, b, c)
    Code:
    p{
    font-family: your font family;
    }
    a{
    font-family: your font family;
    }
    h1, h2, h3, h4, h5, h6{
    font-family: your font family;
    }
    c)
    Code:
    .one_fourth p{
    font-family: your font family;
    }
    d)
    Code:
    blockquote{
    font-family:your font family;
    }
     

Share This Page