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

How to make column name bold/darker?

2 Answers 491 Views
Grid
This is a migrated thread and some comments may be shown as answers.
YN
Top achievements
Rank 1
YN asked on 24 Jun 2019, 09:45 PM

 

The column header is light gray as default, user ask me to make it darker. I tried some template, but failed. Could you educate me?

Thank you!

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 26 Jun 2019, 12:31 PM
Hi Sara,

You can achieve this requirement using CSS:
<style>
  .k-grid .k-grid-header th,
  .k-grid .k-grid-header th > .k-link{
    font-weight: bold;
    color: black;
  }
</style>

Here is a live dojo sample to demonstrate the suggested solution:
https://dojo.telerik.com/UliYEPuG

I hope this will prove helpful.

Regards,
Eyup
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
YN
Top achievements
Rank 1
answered on 18 Jul 2019, 10:55 PM
thank you! this works.
Tags
Grid
Asked by
YN
Top achievements
Rank 1
Answers by
Eyup
Telerik team
YN
Top achievements
Rank 1
Share this question
or