0
alukaszewski created
I prefer the original metronic theme presentation of keeping the icons for navigation sub-menu/sub-items at the same size and colour throughout the entire navigation menu, but ASP.NET Zero seems to shrink icons slightly for sub-items and also change to same colour as the sub-item font.
How do I change this to keep sub-item icon same as parent/top-level style?
Thanks!
1 Answer(s)
-
0
I think I've solved this by poking around with the page inspector. I have added;
font-size: 16px; color: #a7bdcd;
to the simple-line-icons.min.css.
looks much better!