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

changing the font size of the drop down list

1 Answer 411 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 18 May 2013, 10:10 AM
Im using the metro skin for my dropdownlist but the font size is way too big, how can I change the size ?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 May 2013, 04:27 AM
Hi,

Try the following CSS to change the font.
CSS:
.rddlPopup .rddlItem
 {
  font-size: 20px !important;
 }
.RadDropDownList_Metro .rddlInner
 {
  font-size: 20px !important;
 }

Thanks,
Princy.
Tags
DropDownList
Asked by
mww
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or