To change the background color, you will have to target the sub-menu container. You can do that by writing the selector that targets it and setting the background color using the CSS background-color property..
The submenu selector is: .desktop .sub-menu
And to target the submenu links, you will have to use the selector: .x-navbar .desktop .sub-menu a then change the font size and color using the font-size and color properties.
If you want to know how to write a CSS selector, please check the following links: