Viewing 4 replies - 1 through 4 (of 4 total)
  • The text is there, it is just not visible because text color is the same as background color in the input fields.

    See 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.

    Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.

    If you are uncomfortable editing CSS style sheets you may prefer to use a custom CSS plugin.​​

    Correction:
    ​​​

    .wpcf7-text {
        color: #000;
    }

    Thread Starter ElKruempi248

    (@elkruempi248)

    Thanks a lot, setting the CSS for .wpcf7-text worked.

    If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]

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

The topic ‘Can't fill out from’ is closed to new replies.