hi,
i added added in “Appearance => Customize => Theme Options => Custom CSS Options” box.
.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
background: #444;
background: rgba(255,255,255,0.7);
}
but the sub menu background color in nor trasparent
below I indicate all content in css box
.home #content { display: none; }
#feature-slider .entry-container { display: none; }
#feature-slider .slides { width: 100%; }
#header-toggle { color: #444; }
.nav-primary {
background: #444;
background: rgba(255,255,255,0.7);
}
.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
background: #444;
background: rgba(255,255,255,0.7);
}
thanks for your support