Font isnt changing

Discussion in 'Nutrition WordPress Theme' started by midtownmft, May 15, 2013.

  1. midtownmft

    midtownmft New Member

    Joined:
    Mar 2, 2013
    Messages:
    23
    Likes Received:
    0
    I'm trying to change the header fonts and I put this in the custom CSS

    h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia, Crimson";
    color: #232222;
    font-weight: bold;
    }

    but the title fonts aren't changing. Can you help?
    url is benjaminseamancounseling.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For this issue,
    Go to js > custom.js present in your theme directory and remove the code given below
    Code:
    //cufone replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6')('.post-info');
    Now,

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

    Code:
    h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia, Crimson";
    color: #232222;
    font-weight: bold;
    }
    This will solve your issue.
     
  3. midtownmft

    midtownmft New Member

    Joined:
    Mar 2, 2013
    Messages:
    23
    Likes Received:
    0
    where do I find custom.js. Is that in the custom css in the editor?
     
  4. Nitesh

    Nitesh Support Staff

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

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

    midtownmft New Member

    Joined:
    Mar 2, 2013
    Messages:
    23
    Likes Received:
    0
    I have no idea how to do this? Can you do for me or can I put a support ticket in with the log in info?
     
  6. midtownmft

    midtownmft New Member

    Joined:
    Mar 2, 2013
    Messages:
    23
    Likes Received:
    0
    and is through the wordpress dashboard or godaddy.com control panel?
     
  7. Piyush

    Piyush Support Staff

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

    Piyush Support Staff

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

Share This Page