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

How to change font size of tree nodes?

1 Answer 566 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Barani
Top achievements
Rank 1
Barani asked on 18 Jan 2013, 08:47 PM
Hi,

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

Sort by
0
Iliana Dyankova
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!
Tags
TreeView
Asked by
Barani
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or