Font change for page names

Discussion in 'ButterBelly WordPress Theme' started by kaocoaching, Jun 28, 2014.

  1. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    I succcessfully changed the font with custom css from a previous thread... but it didn't work for the header text.

    Am I missing a step?

    My page names and blog post titles, etc. are still in the theme font, not the font I'd like to use. Can you help?

    katieobrien.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Font code for header tag is not working because of cufon.
    Go to the custom.js file (Theme directory> js directory > custom.js) present in your theme directory and remove the code given given below from that file.

    Code:
    //Cufon replacement[/COLOR]
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6')('.ddsmoothmenu a'); 
    See the image for reference
    [​IMG]

    This will solve your issue.
     
  3. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    I can't seem to find that in Wordpress. Is it under the Themes > Editor?
     
  4. Gourav

    Gourav Support Staff

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

    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js
    Download custom.js file from there, Edit it, Then again upload it.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page