Forum Replies Created

Viewing 1 replies (of 1 total)
  • I figured it out.

    You need to add a class to your contact form. I used blacktext for my class. After you have added the class don’t forget to “save.”

    <p>Phone Number (optional)<br />
    [text text-308 20/ class:blacktext]</p>

    Then go to Plugins and click on Editor.

    If Contact Form code isn’t showing, then select it from the drop down menu on the upper right side (above the Plugin Files list) and choose Contact Form.

    From the list (located on the right side) click on “contact-form-7/styles.css” and add your css code. After adding your css code don’t forget to “Update File.”

    Example:

    .blacktext {
    color: #000;
    }

    Now check your contact page to make sure the changes have been made.

Viewing 1 replies (of 1 total)