i'm trying to change the color of class active in my html code. i'm creating nav sidebar. here's my code:
<div class="col-sm-2">
<ul class="nav nav-pills nav-stacked nav-static"> <!--stacked untuk jadi vertical -->
<li class="active"><a>Create Case</a></li>
<li><a href="wf-listofcase.php">List of cases</a></li>
<li><a href="linksofapps.html">Links of Apps</a></li>
</ul>
</div>
how to change its color? thanks before..