Title: Text White
Last modified: August 30, 2016

---

# Text White

 *  Resolved [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/)
 * Hello, please help me because the contact form show me on text white, what i 
   need to do to fix this ? Thanks
 * [https://gyazo.com/3e823b683be8540ddd31ee683001ad3e](https://gyazo.com/3e823b683be8540ddd31ee683001ad3e)
 * [https://gyazo.com/633135259460b13ce128ff5930847181](https://gyazo.com/633135259460b13ce128ff5930847181)
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594315)
 * Please include a link to your Contact Form 7 form.
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594318)
 * Yes is a Contact Form 7.
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594501)
 * Please include a link to your Contact Form 7 form so we can examine your form
   in detail using [Firebug](https://getfirebug.com/) or [Chrome Dev Tools](https://developers.google.com/chrome-developer-tools/)
   to understand the CSS used for your CF7 form elements.
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594504)
 * Davmerit, this a link of my site with contact form 7
 * [http://mmcapacitacaoempresarial.com.br/contatomm/](http://mmcapacitacaoempresarial.com.br/contatomm/)
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594508)
 * Please include all the input in the Form of the CF7 interface. Looks to me that
   there is some in-line styling.
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594514)
 * Davmerit sorry, but i dont, understand, what i need to do to fix this ?
    can 
   explain more?
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594536)
 * Please check the form tab of your contact form 7 settings and supply me with 
   all form tags/elements you have used in your form.
 * I would have a better understanding of the what the actual problem is and provide
   you with the code you to need to solve the problem.
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594553)
 * Hey Davmerit, the shortcode is
 * [contact-form-7 id=”370″ title=”Contato”]
 * <p>Seu nome (obrigatório)
    [text* your-name] </p>
 * <p>Seu e-mail (obrigatório)
    [email* your-email] </p>
 * <p>Telefone(Opcional)
    [text your-phone] </p>
 * <p>Assunto
    [text your-subject] </p>
 * <p>Sua mensagem
    [textarea your-message] </p>
 * <p>[submit “Enviar”]</p>
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594566)
 * The actual look of CF7 forms on your website will depend largely on the current
   WordPress theme used and the CSS styling that theme applies to standard HTML 
   form elements.
 * To change the style of your CF7 forms you would need to edit the CSS style sheets
   used by your WordPress theme.
 * See [Styling Contact Form](http://contactform7.com/styling-contact-form/) for
   a general explanation of styling CF7 forms using CSS.
 * There is a link at the bottom of the page to a comprehensive and detailed article
   on **Styling Contact Form 7 Forms**. The article shows people, with suitable 
   HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms
   to meet their particular requirements.
 * I have examined your site with [firebug](http://getfirebug.com/), below is the
   code that makes the text on your form white and invisible
    ​ **Problem code:**
 *     ```
       p {
       color: #FCFCFC;
       font-family: "Roboto";
       font-size: 35px;
       font-style: normal;
       font-weight: 400;
       }
       ```
   
 * **correction code:**
 *     ```
       .wpcf7-form > p {
       color: #000;
       font-size: 14px;
       }
       ```
   
 * Add your CSS via [Child Theme ](http://wplift.com/customise-wordpress-child-theme)
   or use [custom CSS plugin](http://wordpress.org/extend/plugins/search.php?q=custom+css).
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594572)
 * Thanks Davmerit, finally work, let me ask how i can change the font of Contact
   Form to roboto, is possible, or samenthing next this ? The code to phone is [
   tel tel-406] i put but dont arrive on my email. Thanks
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594573)
 * Thanks
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594574)
 * If this resolves your question, it helps others contributing here, if you can
   flag your post as [resolved]
 * >  let me ask how i can change the font of Contact Form to roboto, is possible,
   > or samenthing next this ?
 * I would suggest you start a new topic on this one. I would look out for it and
   assist you.​
 *  Thread Starter [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * (@andrewholstand)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594585)
 * Yes i will. Thanks Davmerit.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Text White’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [andrewholstand](https://wordpress.org/support/users/andrewholstand/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/text-white/#post-6594585)
 * Status: resolved