Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > radcombobox font problem
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered radcombobox font problem

Feed from this thread
  • Posted on May 3, 2011 (permalink)

    i am using web20 skin...but modified some of properties...

    i want to change font-size but couldn't..Everything changed except for font-size..I changed hovered font size or input cell font- size but dropdown font-size doesn't change ?

  • Posted on May 3, 2011 (permalink)

    Hello Pronic,

    Try to override the default CSS like below.
    CSS:
    <style type="text/css">
    div .RadComboBoxDropDown_<SkinName>
        {
             font-size:large ;
        }
       </style>

    Thanks,
    Shinu.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Combobox > radcombobox font problem