

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Change HTML navbar color in Twitter Bootstrap 2.0.4
To change navbar color,
Set navbar background −
navbarBackground: #c79810 ;
Set navbar background highlight −
navbarBackgroundHighlight: #eab92d ;
Set navbar text color −
navbarText: #f9ed9d ;
Set navbar link color −
navbarLinkColor: #f9ed9d ;
- Related Questions & Answers
- Bootstrap 4 .border-0 class
- Bootstrap 4 .border-left-0 class
- Bootstrap 4 .border-right-0 class
- border-top-0 class in Bootstrap 4
- Bootstrap 4 .flex-grow-0|1 class
- Find the nth term of the given series 0, 0, 2, 1, 4, 2, 6, 3, 8, 4… in C++
- Bootstrap navbar-default class
- Create Default Bootstrap Navbar
- Bootstrap navbar-inverse class
- Create Inverted Navbar in Bootstrap
- Add buttons in Bootstrap Navbar
- Sum of the series 2 + (2+4) + (2+4+6) + (2+4+6+8) + ... + (2+4+6+8+...+2n) in C++
- Bootstrap navbar-static-top class
- Bootstrap 4 .flex-column in Bootstrap 4
- Add a gray background color to the active link in a default Bootstrap navbar
Advertisements