Viewing 1 replies (of 1 total)
  • govpatel

    (@govpatel)

    The menu is piackinh up background of your body if you want to change the background of the bar and drop down look for this code in style.css around line 631

    #nav ul {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0 0 0 10px;
    width:950px;

    add
    background:#hexcolor code;

Viewing 1 replies (of 1 total)
  • The topic ‘Change Nav Menu Colour’ is closed to new replies.