Colorway Font Change

Discussion in 'ColorWay WordPress Theme' started by irissalmins, Oct 25, 2012.

  1. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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');
     
     
    
    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1,h2,h3,h4,h5,h6,a{
    font-family:your font type;
    font-size:20px!important;
    }
    p{
    font-family:your font type;
    font-size:18px!important;
    }
    Change its value as per your requirement.
     
  3. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    I do not know what Js is...

    I tried to find it in the editor and php files but couldn't find it.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    In downloaded theme, You will get zip file, Extract it, There you will get theme directory > Js > custom.js.
     
  5. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    I got the attached error. Once we get it to work, do I need to reinstall the theme? I went ahead and inserted the other text in the Styling Options is that a problem?
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Use integrated development environment (IDE) to open these files
    like Notepad++
     
  7. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    Okay, I did that. Thanks. Do I need to re install the theme? I did the change in the Styling Options first. Is that okay?

    Thanks for your time.
     
  8. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Hi, how can I use Google Web Fonts for my theme?
     
  9. Gourav

    Gourav Support Staff

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

Share This Page