• How do I turn off the PHP function that sets the background color and font color for the header? I’m using a custom header image (I just replaced kubrickheader.jpg; I couldn’t figure out how to do it any other way :P), and the reason I want to turn this off is because it reduces the quality of my image. But when I take out this line…
    <?php wp_head(); ?>
    …the font color becomes white.

    Am I even doing the right thing, or is there a way to control the font color via CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to edit the style.css for the theme that you are using, all the changes you want to make are available via css

    Thread Starter Jupiter

    (@jupiter)

    Oh okay, thanks. I couldn’t find it in style.css before, but now I that I know it’s in there I found it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turing off function that sets header and font color’ is closed to new replies.