The menu bar color on my website (www.iamchristianj.com) is black and I would like to change it to another color. How can I do this?
The menu bar color on my website (www.iamchristianj.com) is black and I would like to change it to another color. How can I do this?
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
You can do that by first creating a Child Theme, and then modifying the CSS -- which is determined in this code:
#access {
background: -moz-linear-gradient(#252525, #0A0A0A) repeat scroll 0 0 transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}[topic closed as duplicate of http://wordpress.org/support/topic/changing-menu-bar-color-in-twenty-eleven-13-theme?replies=4 - please continue with that original topic]
This topic has been closed to new replies.