Comments 2Corey Blake started the conversationDecember 14, 2016 at 8:46pmHow do I change the background color of the menu with transparency turned on? I tried this but couldn't get it to work:@media only screen and (max-width: 1001px) { #html body #header-outer[data-transparent-header="true"].transparent { background-color: rbga(0, 0, 0, 0.75)!important; }}Thanks!Corey 2Corey Blake repliedDecember 14, 2016 at 9:26pmNever mind, I see what I was doing wrong... thanks anyway... Sign in to reply ...
How do I change the background color of the menu with transparency turned on? I tried this but couldn't get it to work:
@media only screen and (max-width: 1001px) {
Thanks!#html body #header-outer[data-transparent-header="true"].transparent {
background-color: rbga(0, 0, 0, 0.75)!important;
}
}
Corey
Never mind, I see what I was doing wrong... thanks anyway...