Change navbar text color Bootstrap

前端 未结 12 1572
北恋
北恋 2020-12-13 19:53

I currently have this piece of html which represents the relevant part of my navbar:

12条回答
  •  不思量自难忘°
    2020-12-13 20:21

    In fact, we can simply use the standard bootstrap text colors, instead of hacking the CSS formats.

    Standard Color examples: text-primary, text-secondary, text-success, text-danger, text-warning, text-info

    In the Navbar code sample bellow, the text Homepage would be in the orange color (text-warning).

     Homepage 
    

    In the Navbar menu item sample bellow, the text Menu Item would be in the blue color (text-primary).

    Menu Item
    

提交回复
热议问题