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!
Asked
Active
Viewed 216 times
0
-
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 Answers
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