.nav-primary {
background: rgba(0,0,0,0.7);
}
which works fine so far. But for the submenu
.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
background: rgba(0,0,0,0.7);
}
doesn't work?
IS this a bug of the Pro version? .nav-primary {
background: rgba(0,0,0,0.7);
}
which works fine so far. But for the submenu
.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
background: rgba(0,0,0,0.7);
}
doesn't work?
IS this a bug of the Pro version?