Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter urb.brian

    (@urbbrian)

    bump. Still trying to increase the font size. Please help.

    In my form that is the body texst-style that is inherited. So I think (not sure) that you should look there.

    Editing contact-form-7/styles.css

    Add to the bottom of the stylesheet:

    .wpcf7-form input, .wpcf7-form textarea {
        font-size: 11px;
        color: #666;
    }
    .wpcf7-form textarea {
        font-size: 11px;
        color: #666;
    }
    
    .wpcf7-form p{
        font-size : 11px;
        color: #666;
    }

    Just change font color/size and VOILA! Took me a while how to change the SIZE of the text being typed into the fields!

    —Scott G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] Changing Text size’ is closed to new replies.