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

    Hello. I am using the following CSS to set the background color for the contact form fields on a website:

    /*change color of contact form fields*/
    #top .socket_color input[type="text"], #top .socket_color textarea{
    border-color: #0a2f4f;
    background-color: white;
    color: #d18f2f;
    }

    On desktop, all the fields are the same color. However, on mobile, the email field is blue, while the rest are white. How can I get the email field on mobile to be the same color as the rest of the fields?

    #699491

    Hey block4,

    I couldn’t see anything like that on my end, in what browser/device are you seeing that?

    Regards,
    Rikard

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