Change overlay color when hovering over menu

Hi, how can I change the overlay color that is induced in the main part under the menu when hovering over a submenu? I could not find the settings. Many thanks!

You can add new CSS to change color overlay:

#nav-cover {
	background: #00ab55;
}
1 Like