how to change font of h1 and h2

Discussion in 'WordPress' started by moevsworld, Apr 6, 2013.

  1. #1
    I want to have a different h1 and h2 font depending on page, is there a plugin that can do this simply?
     
    Last edited: Apr 6, 2013
    moevsworld, Apr 6, 2013 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    Devtard, Apr 6, 2013 IP
  3. bogdannb2005

    bogdannb2005 Greenhorn

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    you mean different h's on titles? or on content, you need a tinymce or you can add them on html
     
    bogdannb2005, Apr 9, 2013 IP
  4. PopaWoody

    PopaWoody Well-Known Member

    Messages:
    314
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    140
    #4
    h1 and h2 tags are usually styled in css to display the same across the site. You could add more css rules. like <h1 id="red"> and set the rules then have another <h1 id="blue"> then use them in the html editor of post creation. You would have to add the rules to your themes css file.
     
    PopaWoody, Apr 12, 2013 IP