Home › Forums › CSS › change to white colour font for navbar-header? › Reply To: change to white colour font for navbar-header?
July 8, 2016 at 4:17 am
#243449
Participant
This should work:
.navbar-header a {
color: white;
}