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?
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;
}
}
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?
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):
Try this and let us know how it goes.
Thanks,
thanks!
Hi Alexa,
Thank you for getting back to us.
Feel free to contact us if you have any further queries.
Kind regards,