Change heading fonts

Discussion in 'ColorWay WordPress Theme' started by inphys, Nov 1, 2013.

  1. inphys

    inphys New Member

    Joined:
    Mar 20, 2013
    Messages:
    8
    Likes Received:
    0
    Hi, is it possible to change the heading fonts? I have put this into the custom css on colourway theme but the headings are still coming up as the old style.

    h1, h2, h3, h4, h5, h6, a, span, li, ul, p, div {
    font-family: Palatino Linotype !important;
    }
     
  2. Gourav

    Gourav Support Staff

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

    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');    
    This will solve your issue.
     
  3. inphys

    inphys New Member

    Joined:
    Mar 20, 2013
    Messages:
    8
    Likes Received:
    0
    Hi,

    Thank you for the response. I am new to this please can you explain where custom.js is please?
     
  4. Gourav

    Gourav Support Staff

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

Share This Page