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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -