0

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

4

1 に答える 1

3

最も簡単な方法は、おそらくBootstrapの[カスタマイズ]ページから行うことです。

http://twitter.github.com/bootstrap/customize.html

または、CSSルールをmain.cssファイルに追加して、bootstrap.cssのルールを上書きすることもできます。

Firebugを使用してNavbar要素を検査し、クラス名/スタイルなどを取得して、使用したいスタイルに置き換えます。

于 2013-01-30T12:22:05.907 に答える