I want to change the navigation icon colors.
Best Answers
-
damon_mulligan Cireson Consultant Advanced IT Monkey ✭✭✭Just Navigation Icons:
/*Icon Colors - Navigation*/
.nav-icon-color {color: #000000;}
More broad scoping icon color changes:/*Icon Colors*/.form-group .fa,.form-group .icon-class,.defined-form .k-datetimepicker .k-select span.k-icon.k-i-calendar:before,.defined-form .k-datetimepicker .k-select span.k-icon.k-i-clock:before {color: #002a44;}
Then replace with your hex code color.5 -
Jeff_Lang Customer Ninja IT Monkey ✭✭✭✭for the icons on the left the base unselected colour should be
.nav-icon-color {<br> color: #xxxxxx<br>}<br>
remember to replace xxxxxx with the colour code you want
5
Answers
/*Icon Colors - Navigation*/
.nav-icon-color {
More broad scoping icon color changes:
Then replace with your hex code color.
remember to replace xxxxxx with the colour code you want