Hi,
I’m using the following CSS to add a white background to the form text and text_area:
#contact_page input[type="text"], #contact_page .text_area {background:#fff!important; border:none!important;}
Which results in:
But if I view it on my iPad the background of the Email area disappears. I’ve tested it on Safari and Chrome and reduced the browser size down to iPad dimensions but this issue doesn’t occur.
Hey DigitalEssence,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Sorry, so busy taking nice pictures I forgot to give you the link: http://enamay.digitalessence.net/contact/
Hey!
Try changing your code to:
#contact_page input[type='text'], #contact_page input[type='email'], #contact_page select, #contact_page textarea {background:#fff!important; border:none!important;}
Cheers!
Josue
Brilliant, thanks.
All sorted.