Dynamic Dropdown Form: Increase Font Size & Select Default Parent + Child Value

  • sjashnani
    Asked on January 27, 2018 at 7:14 AM

    Hi

    Need help with 2 problems


    1. How do I increase the FONT SIZE of dynamic dropdown - for Both Child and Parent.

    2. How do I set default Value for Parent & Child.


    Thanks

  • Elton Support Team Lead
    Replied on January 27, 2018 at 10:25 AM

    1. Inject this CSS codes in the Dynamic Dropdown Widget settings under Custom CSS

    #dropdownsContainer select {

    font-size: 16px;

    }

    Example:

    Just change 16px if you want to adjust the font size.

    Dynamic Dropdown Form: Increase Font Size & Select Default Parent + Child Value Image 1 Screenshot 40

    2. First text option is automatically set as the default value.

    Example:

    Dynamic Dropdown Form: Increase Font Size & Select Default Parent + Child Value Image 2 Screenshot 51

    As a result:

    Dynamic Dropdown Form: Increase Font Size & Select Default Parent + Child Value Image 3 Screenshot 62

    Hope this helps