• Resolved taaviuudam

    (@taaviuudam)


    Where can I change the contact form fields in CSS? I am using Woo theme and in the default theme css I could not find a place how to change it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Inside wp-content > plugins > contact-form-7 > styles.css is your CSS
    Add the style for your formfields there:
    .formInput {
    font-family:Georgia, “Times New Roman”, Times, serif;
    color: #999999;
    width: 226px;
    font-size: 12px;
    border:0;
    }
    and then on your Contact Form 7 admin you should add the style “class:formInput”:

    <p>Your Name (required)
    [text* your-name class:formInput] </p>

    Hope this helps!

    Thread Starter taaviuudam

    (@taaviuudam)

    Perfect, this worked very well.

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] How to resize the form fields’ is closed to new replies.