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

Styling of Title of Window

2 Answers 295 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tushaar
Top achievements
Rank 1
Veteran
Tushaar asked on 24 Jun 2020, 05:02 AM
Is there a way to customize the style of title of the window?
Like change the color of title heading and changing title colour itself.
Any help would be highly appreciated.

2 Answers, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 24 Jun 2020, 07:10 AM

Hi Tushaar,

This can be done using different approaches:

1) using CSS to directly change the styles of the title bar of the Window:

.k-window-titlebar {
  background: purple;
  color: lightgrey;
}

2) Customizing the themes variables directly via SASS:

https://www.telerik.com/blogs/how-to-add-custom-styles-to-kendoreact-components-with-sass

I hope one of the approaches proves a nice fit for the application.

Please let me know if you have additional questions on this matter.

Best Regards,
Silviya
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Tushaar
Top achievements
Rank 1
Veteran
answered on 24 Jun 2020, 07:48 PM

Exactly what I was looking for. Thank you.

 

Tags
General Discussions
Asked by
Tushaar
Top achievements
Rank 1
Veteran
Answers by
Silviya
Telerik team
Tushaar
Top achievements
Rank 1
Veteran
Share this question
or