H1 Font change?

Discussion in 'Elite Pro WordPress Theme' started by bizzyboy, Dec 8, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Hi

    I'd like to 'globally' change the H1 and all other Header fonts to be another Font. How can I do it please?

    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Firstly, 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');


    And then paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    h1,h2,h3,h4,h5,h6{
    font-family:symbol;
    }
    In place of "symbol" you can paste your font.
    This will solve your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, that works perfectly. Thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page