Hi
Let me clear first. Do you want to change the menu background color to white? Then you should also need to change the menu item colors.Please use this custom css
#sp-header.transparent{
background-color:white !important;
}
#sp-header.transparent .sp-megamenu-parent li a{
color:black !important;
}
ul.social-icons a{
color:black !important;
}
Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
-Regards