css - Bootstrap 3 RC1 - Change navbar color -


i change bootstrap 3 navbar color default grey #5e00ff. customize section of bootstrap not available yet - how manually?

in css, add this:

.navbar {     background-color: #5e00ff; } 

hope helps.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -