How Do I Change Font Color in WordPress Header?

Adding a little pizzazz to your WordPress header can be as easy as changing the font color. To change the font color in the header, follow these steps:

1. Open the header.

php file in your WordPress installation.

2. Find the following line of code:

$header_font_color = ‘#333′;

3. Change the ‘#333′ to the color you want the font to be.

4. Save the header.

php file.

5. Reload the WordPress site.

Congratulations! You’ve just changed the font color in the WordPress header. If you want to change the font color in other parts of your WordPress site, such as the posts or the footer, you’ll need to follow the same steps, but substituting the appropriate code for ‘$header_font_color.’.