• I dont know how to change the font colour to black i dont like the white because it clashes with the white background please help???? i dont want to mess up

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you post a link to your site? That will make it easier for someone to help you.

    Actually, even if you don’t post a link to your site, it’s easy to change font color. You should apply the following css rule in your stylesheet, to wherever you want to change the font color in your site. Of course, if you are using a theme with an option to change this from the admin area, rather than directly in the css, that would be the simplest and easiest way.

    color: #000;

    For example,

    p {
    color: #000;
    }

    Hope this helps.

    You might take a look at this post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing header font colour’ is closed to new replies.