saatus
asked 8 years ago

Hello get very simple and fast simple and fast.
Want to change the color of the bars. Any way to do that?

Thanks!

1 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

#header {
   background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
   color: #777;
}

 

Hope this helps!
Powered by DW Question & Answer Pro