Okay
  Public Ticket #3759925
Contact form 7 showing 2 dropdowns in IOS
Open

Comments

  •  5
    Alexa started the conversation

    I think the theme's Fancy Select Styling is causing the Contact Form 7 dropdown to show two dropdowns on iOS phones. How can we disable the native iOS dropdown on iOS phones while keeping the Fancy Select Styling?

  •  2,958
    Andrew replied

    Hi Alexa,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 1000px) {
      body[data-fancy-form-rcs="1"] select {
         display: none;
      }
    }

    Try this and let us know how it goes.

    Thanks,

  •  5
    Alexa replied

    thanks!


  •  2,958
    Andrew replied

    Hi Alexa,

    Thank you for getting back to us.

    Feel free to contact us if you have any further queries.

    Kind regards,