• Resolved pdvdw

    (@pdvdw)


    Hi there

    Simple question, how do I add a little black stroke to the contact form fields?

    I am using Contact Form 7 Plugin at the moment.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pdvdw

    (@pdvdw)

    I got right, simply add

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea
    {
        background-color: #fff;
        color: #000;
        width: 50%;
    }

    Into your theme style.css and change the values accordingly.
    This is for the Contact form 7 plugin only.

    • This reply was modified 7 years, 11 months ago by pdvdw.
    Theme Author felixdorner

    (@felixdorner)

    That was a bug. I uploaded a new version that should fix the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add stroke to contact form fields’ is closed to new replies.