Hi Super User,
I assigned the CSS class to menu item (Link CSS Style in the Link Type Options). CSS class name is "menu1". I added this code to my custom.css file:
.menu1 {
padding-left:10px;
}
.menu1 .active > a,
.menu1 .active > a:hover {
color: white !important;
background-color: white !important;
}
However, the background color does not change and continues to refer to
.t3-mainnav .navbar .nav > .active > a, .t3-mainnav .navbar .nav > .active > a:hover, .t3-mainnav .navbar .nav > .active > a:focus
Sorry I can not show the link, the site is not online.