On the website I'm using the classic NavBar but I need to have different colour for background and text with the Active state.
With this custom code I can change the NavBar for all the states:
.navbar .navline a {
background-color: #70b8dd;
font-color: #FFFFFF;
text-decoration: none;
But for the active I haven't found the correct code.
Thanks











