@fluid2011
change the code :
.navbar-inverse .navbar-inner {
background-color: #0000ff;
background-image: -moz-linear-gradient(top, #0000ff, #0000ff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0000ff), to(#0000ff));
background-image: -webkit-linear-gradient(top, #0000ff, #0000ff);
background-image: -o-linear-gradient(top, #0000ff, #0000ff);
background-image: linear-gradient(to bottom, #0000ff, #0000ff);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
border-color: #252525;
}
Please let me know because the color dosn’t change(want to change the black menu in blue menu #0000ff)