• I am using the Twenty Ten 1.1 Theme.
    I need to change the background color of the menu beneath the header picture. The reason for it is that the picture has a black background color but the background color of the menu, below to it, is also black and this breaks the aesthetics of the header picture. I would like to change the background color of the menu to white and also change the text color. How to do that ?

    I suspect that I should do it in the style.css but I do not know which variables deals with that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The switch is in your style.css file.

    You didn’t post a link, so I can’t find it.

    In style.css look for this code
    #access {
    background:#000000 none repeat scroll 0 0;
    display:block;
    float:left;
    margin:0 auto;
    width:940px;

    change #000000 to what ever color you want for background

    #access a {
    color:#AAAAAA;
    display:block;
    line-height:38px;
    padding:0 10px;
    text-decoration:none;
    }

    #AAAAAA change that for your font

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Change The Menu Background Color And Its Text Color Beneath The Header ?’ is closed to new replies.