Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS change to white colour font for navbar-header? Reply To: change to white colour font for navbar-header?

#243449
Atelierbram
Participant

This should work:

.navbar-header a {
  color: white;
}