Hi edna-bonfim
If i correctly understood, you want the background for your header like body background as showed below
If yes then change the color to the code pankaj suggested above and add the !important
.uber-header {
background-color: #3d4045!important;
}
then add new color for menu item
.navbar-default .navbar-nav > li > a {
color:#ecebeb!important;
}
Regards