Forums

[closed] Change menu bar color (4 posts)

  1. cjwilson81@yahoo.com
    Member
    Posted 1 year ago #

    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?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

  3. WPyogi
    Volunteer Moderator
    Posted 1 year ago #

    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%;
    }
  4. alchymyth
    The Sweeper & Moderator
    Posted 1 year ago #

    [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]

Topic Closed

This topic has been closed to new replies.

About this Topic