Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menubar Color

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43453

    How can I change my site’s main menubar color? Any help will be highly appreciated.
    http://www.aas-bd.com

    #128534
    devil3682116
    Participant

    #access, #access ul ul a { background : #EE280E}

    change this to any color you like…if you like black then

    #access, #access ul ul a { background : black; }

    #129301

    I Changed it but it does not work. Would you kindly recheck?

    #129281
    schortfilms
    Member

    For your green header:

    search your index document for this line:

    #branding{background-color:#55A212}

    replace ‘#55A212’ with the color of your choice.

    For your red nav bar color, search your index document for this:

    #access, #access ul ul a{background:#EE280E}

    Also, you can do a find and replace on your other CSS documents for this color: #EE280E

    You can find color codes here: http://www.colorpicker.com/

    #129304
    chrisburton
    Participant

    When pasting your code, please highlight it and click the code button. If you’re simply writing it out then make sure to have an empty line above the code and indent 4 spaces.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.