Hello @lorchme,
The colour is not rendering due to an aggressive cache issue. For the quick fix please add this custom CSS code under Pro—>Theme option —>CSS
.e203-7.x-menu .x-anchor[class*="active"] .x-anchor-text-primary{
color:rgb(26 25 47) !important;
}
.e203-7.x-menu .x-anchor:hover .x-anchor-text-primary{
color:#ffffff !important;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks