Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #569351

    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: background on other browsers

    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.

    ipad

    #569785

    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

    #569856

    Sorry, so busy taking nice pictures I forgot to give you the link: http://enamay.digitalessence.net/contact/

    #570689

    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

    #571400

    Brilliant, thanks.

    All sorted.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Form text area background disappears on iPad. Ok’ is closed to new replies.