I do not have any tutorial, but try to adjust these CSS selectors

.navbar-inner {
}
.brand,
.nav > li > a {
}
.brand:hover,
.nav > li > a:hover {
}
.nav > li > a:focus,
.nav > li > a:hover {
}
.nav .active > a,
.nav .active > a:hover,
.nav .active > a:focus {
}
.navbar-link {
}
.navbar-link:hover {
}
.divider-vertical {
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle {
}
.nav li.dropdown > .dropdown-toggle .caret {
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
}
.navbar-search .search-query {
}
.navbar-search .search-query:-moz-placeholder {
}
.navbar-search .search-query:-ms-input-placeholder {
}
.navbar-search .search-query::-webkit-input-placeholder {
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
}
.btn-navbar {
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
}
.btn-navbar:active,
.btn-navbar.active {
}

For more neat code, see this gist here https://gist.github.com/4103690

How did I find the CSS selectors?
I search .navbar-inverse (to make your navbar becomes black as prev
version) and find all of the elements after

So. Good luck!


On Sun, Nov 18, 2012 at 11:37 AM, William Rouse <
[email protected]> wrote:

> I need to change the color of the Nav-bar, hover color of the links and
> finally the default size of the text of the links.  Can you point me to a
> tutorial to make those changes, and if not a collection of the selectors in
> the CSS file to adjust.
> Thanks
>



-- 
*AMYunus* - Web Developer
http://id.linkedin.com/in/amyunus <http://amyun.us/linkedin>

Reply via email to