• Resolved Greytribe

    (@greytribe)


    I’m getting white text on a white background when trying to fill out the form on the site https://www.mayuphotography.com

    I assume the default background for fields is white, and my text colour in my theme is white.

    Can anyone tell me where to change the colour of either the font (preferable) or the background of the contact form. I’ve looked in the formatting.php and stylesrtl.css and couldn’t see anything.

    I’m on WP3.0 with Contact Form 7 2.3.1, using a GraphPaper Press theme “Widescreen”

    Thanks!

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

    (@takayukister)

    All of them depend on your theme’s stylesheet. You don’t need to edit any file of the plugin.

    Hi,

    You have set the theme which displays font in White color in input text box. So, you need to change the color of font for input box.

    Please open the below link, which is actually your stylesheet:

    https://www.mayuphotography.com/wp-content/themes/widescreen/style.css

    FInd out the following lines …

    /* TYPOGRAPHY */
    body,textarea,input { font-family:Helvetica, Arial; color:#fff; }

    On this line, you can see that color is specified as color: #fff.
    Change this color to any other color ( like #000) and save that file.

    Re upload CSS file … That’s all ….

    Thread Starter Greytribe

    (@greytribe)

    You are a Rockstar! Thanks so much for the detailed instructions, works perfectly now, and I understand much better how the plugins/theme work together.

    Hi,

    I’m having the same problem, but my stylesheet looks slightly different to the one above… Can you tell me what I need to change?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] Changing font and/or background colour’ is closed to new replies.