This custom CSS should work. I’ve included link color for inactive, active, and hover states. I’ve also included the CSS for changing the color of the dropdown background.
Let me know if this works. Thanks!
/* LINK COLOR */
.she-header .elementor-nav-menu a {
color: #ffffff !important;
}
/* LINK HOVER COLOR */
.she-header .elementor-nav-menu a:hover {
color: #ffffff !important;
}
/* LINK ACTIVE COLOR */
.she-header .elementor-nav-menu a:active {
color: #ffffff !important;
}
/* DROPDOWN MENU BACKGROUND COLOR */
.she-header .elementor-nav-menu–dropdown {
background-color: #ffffff !important
}