How to make the table headers defaulted to font-weight : normal using the Table wizard

2 Answers 59 Views
Accessibility
Sunny
Top achievements
Rank 1
Iron
Sunny asked on 10 Aug 2022, 08:36 PM

Hello,

I'm currently applying the Table Wizard button to a custom Sitefinity widget; I'm looking to make the table header NOT bold. Is that something someone could guide me or help me with?

Thanks in advance,

Sunny Carrandi

2 Answers, 1 is accepted

Sort by
0
Accepted
Neli
Telerik team
answered on 15 Aug 2022, 12:11 PM

Hi Sunny,

I would suggest you to use the Editor stylesheets option and add custom styles to the editing are. in the stylesheet you can style the table headers as demonstrated below:

.k-table th{		
		font-weight: normal !important;
}
	

Let me know in case you have additional questions on the matter. 

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Sunny
Top achievements
Rank 1
Iron
answered on 17 Aug 2022, 03:45 PM | edited on 17 Aug 2022, 03:45 PM

hi Neli,

Yes, I found a solution to my research. I used the information from this article: https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/stylesheets

Thanks for your response. :-) 

Tags
Accessibility
Asked by
Sunny
Top achievements
Rank 1
Iron
Answers by
Neli
Telerik team
Sunny
Top achievements
Rank 1
Iron
Share this question
or