Hi Chris,
The foreground for the top level menu items can be easily changed through a simple style for RadMenuItem. You already have a RadMenuItemStyle in the previously sent sample. If you simply add a Setter to change the foreground, the change will be applied to the top level header menu items.
Alternatively, the foreground can be changed from the ControlTemplate for TopLevelHeaderItem. Inside the template, you will find:
If you change that ContentPresenter to a ContentControl, you will be able to apply a different foreground. Of course, this second approach is redundant, because there is no need to change the control template if you can apply a Foreground to the RadMenuItemStyle in the conventional way.
I hope this helps.
Regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>