• Resolved Jem7

    (@jem7)


    Hi
    I know it’s horrible what i have to do, but i need to change the background color of all the text areas in jellow (#fffdd4) instead of the simple and perfect white, like the one where i’m typing now….

    i can’t find on the css the value to change, can you please help?

    tnx
    Luca

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    textarea { background-color: #fffdd4; }

    Just add this into your theme’s style.css.

    Thread Starter Jem7

    (@jem7)

    tnx for the quick answer, but it doesn’t seem to work 🙁

    Thread Starter Jem7

    (@jem7)

    lol, the answer via mail was without “background-“, that’s why it didn’t work!

    i need also to change the color in the mail, name and captha field, they’re white too, i thought it was only one change for all textareas.

    how can i change them?

    tnx

    input {background-color: #fffdd4;}

    Add that to your theme’s style.css – just as you did the previous time for the other field.

    Hope that helps!

    Thread Starter Jem7

    (@jem7)

    Yes, it helps! 😀

    tnx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin Contact Form 7] Change text area color’ is closed to new replies.