Hello Felix,
Regretfully there isn’t an option in the element settings that you can set the “Active” of the menu item. It may only be possible with custom CSS code which is beyond the scope of our support.
We may be able to guide you in accomplishing the idea. You need to use the Google Chrome Developer Toolbar to check the live HTML code and find which CSS selector you need to use.
Based on the screenshot above, you can use something like this:
.x-menu li.current-menu-item > .x-anchor .x-anchor-text-primary {
color: red !important;
}
You can use this sample code and experiment with the outcome by adding the code above in Theme Options > CSS.
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.
Note: If you are unfamiliar with code and resolving potential conflicts, you may select our One or Care service for further assistance. We are unable to provide support for customizations under our Support Policy.
Best Regards.