0

I am using bootstrap 3. followed Change navbar color in Twitter Bootstrap 3 in modifying the css. my problem is when the on active parent parent page, the caret is not the same color as the text. help please. thanks!

Community
  • 1
  • 1
  • Do you have example code (essentially the HTML markup for your navigation *and* the CSS that you believe should be changing the color)? – Jared Cobb Apr 26 '14 at 14:13

1 Answers1

0

Try adding this to your CSS file:

.caret {
    color: red;
}

Note: For this to work, your CSS file should be referenced after Bootstrap's.

henrywright
  • 10,070
  • 23
  • 89
  • 150