Change Font for Theme

Discussion in 'Woodpecker WordPress Business Theme' started by dddeads, Feb 18, 2014.

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

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    I don't see where you can change the font for the entire theme. Font for the body, headings, navigation bar, etc. Is this possible?

    Thanks for your help!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nav-wrapper ul li a{
    font-family:symbol;
    }
    .slide-h1{
    font-family:symbol;
    }
    .post-heading h1 a{
    font-family:symbol;
    }
    .post-info {
    font-family: symbol;
    }
    .inkleadsform ul.inkleadsul li h2.heading {
    font-family: symbol;
    }
    .inkleadsform .signinForm ul.inkleadsul li input[type="submit"],.inkleadsform .signinForm ul.inkleadsul li input[type="submit"]:hover {
    font-family: symbol;
    }
     
    h1,h2,h3,h4,h5,h6,p,span,div,body,a{
    font-family: symbol;
    } 
    In place "symbol" you can put your font.
     
  3. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Great! Thanks
     
Thread Status:
Not open for further replies.

Share This Page