Hi folks, I tried to modify the navbar background color, the default color was blue.
I created a style sheet and typed the following code, see below;
The home page navbar background color has changed to black as expected, but the about page and contact page navbar is still blue any idea how to change them to black?
.navbar-inverse
{
background-color:black;
border-color: black;
}
Go to the complete details ...