Hello I have issues regarding css bootstrap menu I cant change active link color which means that after I click on link and move mouse pointer out of the area the link background turns to white but I need it transparent how can I change that ?
I tried these methods:
navbar-default .navbar-toggle .icon-bar {
background-color:red;
}
.nav li:active {
background-color:transparent !important ;
}
and many more....