Can you help me work out the CSS to colour the background of the drop down mega-menu?
I've already applied the below CSS which has achieved the black background on the dropdown - but in the screenshot, when the menu is in a medium screen size, how do I make that whole white area in the dropdown (behind the menu items 'Home', 'About', etc) be black as well? THANKS IF YOU CAN HELP ME!!!!
.t4-megamenu .dropdown-menu {
background: #000000;
}