How to remove shadow around dropdown box in mobile?

  • craftlabph
    Asked on September 27, 2016 at 2:35 AM
  • Ashwin JotForm Support
    Replied on September 27, 2016 at 4:22 AM

    Hello craftlabph,

    Please inject the following custom css code in form and that should remove the shadow effect from dropdown fields:

    @media only screen 

    and (min-device-width : 320px) 

    and (max-device-width : 480px) {

    .form-dropdown {

        box-shadow: none !important;

    }

    }

    The following guide should help you how to inject custom css code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!