can you please tell me how can i change Active navbar text color
Here is my CSS and it's not working
[dsid=nav_bar_nav_bar_home].HomeActive:after {
background: url('../image/HomeActive.gif')no-repeat;
background-size: 25px 25px;
height: 25px;
margin-left: -15px;
width: 25px;
color:#000000 !important;
}