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

How do we increase the dropdownlist items font

2 Answers 550 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Ganesh
Top achievements
Rank 2
Ganesh asked on 30 Dec 2011, 08:33 AM
how to increase dropdownlist items font size

2 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 30 Dec 2011, 10:07 AM
Hello Ganesh,

You can target the DropDownList items with the following CSS selector:
div.k-popup .k-item
{
    font: 20px/1.8em bold Arial, Helvetica, sans-serif;
}


Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tirso
Top achievements
Rank 1
answered on 17 Jan 2012, 05:22 PM
thanks!!!
Tags
DropDownList
Asked by
Ganesh
Top achievements
Rank 2
Answers by
Kamen Bundev
Telerik team
Tirso
Top achievements
Rank 1
Share this question
or