Change navbar text color Bootstrap

前端 未结 12 1568
北恋
北恋 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:12

    Try this in your css:

    #ntext{
     color: #000000;
      }
    

    Then the following in all your navigation bar list codes:

  • About
提交回复
热议问题