I'm trying to style a form an some of the elements in my form are drop down menus. I am having trouble styling these items.
I have tried calling the select and then option like this
.writerBox select option{
height:2em;
font-size:2em;
}
and I have tried just calling the select. Is there something I'm missing here or a trick to make the font larger?
I have set up a jsFiddle to play with. Any help would be wonderful!