That did not work for me, but i looked through some of the other support threads and found this code…
.slidesDescription {background-color:#6A0888}
.navbar-inverse .nav > li > a:hover
{
background-color:#6A0888 !important;
}
.navbar-inverse .nav li.current_page_item a{color:#ffffff;}
.navbar-inverse .nav li.current_page_item {background-color: #6A0888;}
.navbar-inverse .nav > li > a:hover { color:#ffffff;background-color: #6A0888; }
}
which i added, and it worked for the home page only, how do i make it work on every page?