Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1130280

    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.

    • This topic was modified 5 years, 1 month ago by Els.
    #1130330

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.