Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
Font size is not changing in web dropdown
posted

Hi to all,,,,,,,

i try to change my items font size in drop down but i am not able to change...plzz help me out

Parents
No Data
Reply
  • 24671
    Suggested Answer
    posted

    You will need to modify the igdd_ListItem css class. That is if you want to change the font of the actual items in the dropdown.

    If you want to change the font of the text in the input box, you will need to change the igdd_ValueDisplay class. 

    there are couple of ways to do that, either edit ig_dropDown.css in the StyleSet folder, or define a class on the form (or anywhere actually) , with the same name , that is:

    .igdd_ValueDisplay {

    // change font here ... actually there is also style for the font, you will just need to change the size value.

    }

    Hope it helps,

    Angel 

Children