Hi tropikana99,
If you want to change the color of the submenu, you can add the following CSS code to Tools > Custom CSS:
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
color: #....;
}