I am trying to figure out the CSS that needs to be overriden to modify the font size of the nodes inside tree view component, Can you please let me know the CSS associated with it?
Thanks,
Barani
1 Answer, 1 is accepted
0
Iliana Nikolova
Telerik team
answered on 21 Jan 2013, 01:44 PM
Hello Barani,
You can override the default font-size of the nodes using the TreeView's specific class and the following CSS:
.k-treeview{
font-size: //....;
}
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!