How to change the TOP MENU background color:
Editor
Twenty Ten: Stylesheet (style.css)
Original is this±
#access {
background: #000000;
display: block;
float: left;
margin: 0 auto;
width: 940px;
}
change to
#access {
background: #333333;
display: block;
float: left;
margin: 0 auto;
width: 940px;
}
Leave a Reply