I have create the RadRibbonBarGroup in RadRibbonBar. But I want to change the font color in RadRibbonBarGroup, I change the ForeColor to white. It doesn't change the color. It always shows gray color. Please tell how to change the font 'test' color, thanks very much.
2 Answers, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 21 Jul 2023, 01:33 PM
Hello, Kevin,
The below screenshot illustrates how to change the ForeColor for the ribbon group's title:
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
I wanted to express my deepest gratitude for taking the time to answer my question. Your response was extremely helpful and provided a solution to a problem that had been troubling me for a while. Your generosity in sharing your knowledge and expertise is greatly appreciated.
I found a stupid way to solve this problem. I added radTextBoxElement1 to RadRibbonBarGroup, then controlled its color, and then deleted the text content of RadRibbonBarGroup. It seems to be solved, but the color control is not fundamentally realized.