Hello Darien,
Thanks for writing in!
I can see that you are using this custom CSS:
.x-navbar .desktop .x-nav > li > a {
color: white;
font-size: .9em;
font-weight: 500;
}
.x-navbar .desktop .x-nav>li>a:hover>span {
color: white;
}
.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > li.x-active > a > span,
.x-navbar .desktop .x-nav > li.current-menu-item > a > span
{
/* background-color:red; */
box-shadow: 0 2px 0 0 white !important;
}
/*Current menu item is black*/
.x-navbar .desktop .x-nav > .current-menu-item > a{
color: white;
}
You also need to add this one:
.x-navbar .desktop .x-nav > .x-active > a{
color: white;
}
Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.
Reminder: We are only giving your an example for you to start your modifications. Any results from these modifications might cause any issues sooner or later. Please be advised that heavy modifications of any feature or functions in the theme is beyond the scope of our support. Any results that will complicate things or even messed up the page will be your sole responsibility.
Best Regards.