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.
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
Post a Comment