Hi There,
Thanks for writing in.
Please add this in your customizer’s custom CSS:
to change Font color:
.x-navbar .desktop .x-nav > li.menu-item-18 > a{
color:#FFF;
}
To change background color of the menu:
.menu-item-18 {
background-color: #FFF
}
Hope it helps.
Thanks.