Hi Niels,
Thanks for writing in! You can add this under Custom > Global CSS in the Customizer.
@media (max-width: 979px) {
.x-navbar {
background-color: rgba(219, 15, 69, 0.76);
}
}
But I think you can’t have your mobile menu a white background, because your menu text and logo is also white that would not be visible in a white background.
Cheers!