I've found another SO question where it answers how to change the background color of a navbar, but how do I change the font, font size, etc of the navbar and sub-menus?
Thanks,
Joe
I've found another SO question where it answers how to change the background color of a navbar, but how do I change the font, font size, etc of the navbar and sub-menus?
Thanks,
Joe
最も簡単な方法は、おそらくBootstrapの[カスタマイズ]ページから行うことです。
http://twitter.github.com/bootstrap/customize.html
または、CSSルールをmain.cssファイルに追加して、bootstrap.cssのルールを上書きすることもできます。
Firebugを使用してNavbar要素を検査し、クラス名/スタイルなどを取得して、使用したいスタイルに置き換えます。