• Resolved Palexandra

    (@palexandra)


    Hi!

    I added a Jetpack Contact for on one of my websites and this specific website has a black background.
    I need to change the color of “Name”, “Email” and “Comment” that reads above each field that needs to be completed.
    I was able to change the color of the text inside the message box entering this on the css stylesheet:

    `input, textarea {
    color: #0099FF;
    }

    Anyone knows if there is similar code to change the name of the fields to fill out?

    Thanks!

    http://wordpress.org/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Thread Starter Palexandra

    (@palexandra)

    Answered my own question…

    Added this to my CSS editor:

    label {
    color: White;
    }

    Just in case someone else has the same question 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Edit Contact Form css for black background website’ is closed to new replies.