This is a migrated thread and some comments may be shown as answers.

Outlook template changing the blue color on the template

3 Answers 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Khoa
Top achievements
Rank 1
Khoa asked on 02 Oct 2018, 09:56 AM

Hi,

 

How can I change the default blue color on the bars in the outlook template?

3 Answers, 1 is accepted

Sort by
0
Accepted
Vladimir Stoyanov
Telerik team
answered on 05 Oct 2018, 08:10 AM
Hello Khoa,

I assume that you are referring to the Outlook-Inspired Template. Please, correct me if I am wrong and provide some more details about what you are trying to achieve. 

Since the Outlook-Inspired Template uses the Office2013 theme, you can check out our documentation in order to learn how you can change the theme variation or change the main colors. For example, if you want to change the color variation, you can do it like so:
Office2013Palette.LoadPreset(Office2013Palette.ColorVariation.DarkGray);

Alternatively, if you want to change the accent color, you can do it like so:
Office2013Palette.Palette.AccentColor = Colors.Red;

I hope you find this helpful. 

Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Khoa
Top achievements
Rank 1
answered on 03 Jan 2019, 03:16 PM

Thanks for reply, 
Is it possible to change color of any part of the "components" in the application?

0
Vladimir Stoyanov
Telerik team
answered on 07 Jan 2019, 02:18 PM
Hello Khoa,

You can provide a style for any of the components in the application. 

Please, check out the corresponding section for the control that you want to style in our documentation. Here are some useful links:

Hope this helps.

Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Khoa
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Khoa
Top achievements
Rank 1
Share this question
or