Hello There,
Thanks for writing in!
To change the the navbar’s submenu links, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-navbar .desktop .sub-menu a {
color: red;
}
.x-navbar .desktop .sub-menu .current-menu-item > a,
.x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a:hover,
.x-navbar .desktop .sub-menu li:hover > a {
color: blue;
}
And feel free to change the colors that would match your site colors.
Hope this helps. Please let us know how it goes.