0

I tried several methods to change the color of my navigation menu links but no result found!

For example I did this:

.navbar {
min-height:32px !important;
background-color:#0061ab !important;
color:#fff !important;
}
.navbar-custom .navbar-nav > li > a {
    color:#fff !important;
}

And the result is this:

print screen

So how to fix that ?

1 Answers1

2

Creating a new custom css file and linking that after bootstrap.css might help overriding the bootstrap ui classes.

There is also separate thread about twitter bootstrap. Change navbar color in Twitter Bootstrap 3