Somehow I just can’t get the colors of the contact form fixed. On pc screen it all look fine, but on the iPad I have the e-mail section borderd with a line.
I want it all the same. I checked the forum and the documentation. But unfortunatly without succes.
There are different views on divcies, like iPhone and iPad. On desktop it´s gray, on iPad, two kinds, on iPhone black lines.
Hey Els,
So which way do you need the form to be?
Like this?
#top div .av-dark-form .input-text,
 #top div .av-dark-form input[type='text'],
  #top div .av-dark-form input[type='input'], 
  #top div .av-dark-form input[type='password'],
   #top div .av-dark-form input[type='email'], 
   #top div .av-dark-form input[type='number'], 
   #top div .av-dark-form input[type='url'], 
   #top div .av-dark-form input[type='tel'], 
   #top div .av-dark-form input[type='search'], 
   #top div .av-dark-form textarea,
 #top div .av-dark-form select,
  div div .av-dark-form .button {
     border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #919191;
}
Best regards,
Victoria
