• So I’m trying to change the color code of a header but it doesn’t seem to do anything. I change the background color to orange from white but it doesn’t seem to do anything. The template I am using is nature (can be downloaded from: http://wordpress.org/extend/themes/nature). The code that I believe pertains to changing the color is below:

    body{font:12px Arial,Helvetica,Sans-Serif;color:#fff;

    text-align:center;margin:0;padding:0;background:black url(images/bg.gif) repeat-x 0 0;}

    #page{background:black;text-align:left;width:990px;margin:0 auto;padding:0;}

    #header{background:white;height:250px;width:990px;margin:0 auto;padding:0;}

    h1,h1 a,h1 a:hover{color:white;margin:0;padding:0;float:right;font-variant:small-caps;font:25px century gothic,arial,verdana,serif;width:220px;overflow:hidden;
    text-align:right;background:transparent;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you link to your site, not the theme?

    Thread Starter 5imon5ay5

    (@5imon5ay5)

    vc-brazil.com

    Your header is not a color, but a repeating gradient image in your header.

    Go to Appearance/Editor and modify this selector in your stylesheet to reflect the color you want (italics is your current background image):

    body {
    background: url(“images/bg.gif“) repeat-x scroll 0 0 black;

    color: #FFFFFF;
    font: 12px Arial,Helvetica,Sans-Serif;
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Thread Starter 5imon5ay5

    (@5imon5ay5)

    Hi,

    so i tried the code but that changed the background of the section below the green line and header. As of right now its white compared to black from last night.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Color’ is closed to new replies.