Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You should be able to change the color with some simple CSS. If you go to Appearance > Theme Options > Custom CSS, you can enter your CSS to change the color. For exammple:

    h1 {
    color: #fff; (would change color to white)
    }

    h3 {
    color: #000; (would change color to black)
    }

    But you can enter any color you want here. Let me know if this helps.

    Andrew

    This helped me a lot – thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H1 and h2 font color change’ is closed to new replies.