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
1320
Modifying WebDropDown's Font-Size does not work
posted

Hello,

I tried to modify those properties of  WebDropDown Font , but only changing "Font-Italics"  and "Font-Bold" worked.

Please how to change WebDropDown's Font-Size ?

<

 

 

 

Font-Size="Smaller" Font-Bold="True" Font-Italic ="True">

</ig:WebDropDown>

ig:WebDropDown ID="WebDdlOrganization" runat="server" Width="240px"

Font-Size="7pt" does not work also.

Parents
  • 49378
    Verified Answer
    posted

    Hi gtarek,

    Thank you for posting in the community.

    In order to set WebDropDown's font size, you will need to modify your ig_dropDown.css file (locatein in the ig_rer/Default folder. There are two classes that may interest you:

    .igdd_ValueDisplay - controls the styling in the dropdown's input field

    .igdd_ListItem - controls the styling of the dropdown items

    Please let me know if this helps.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://ko.infragistics.com/support

     

Reply Children
No Data