Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s a CSS reset at the top of your CSS that removes all borders where not specified.

    Try playing around with something like in your CSS file this to add borders around your inpusts and textarea:

    .wpcf7-form input, .wpcf7-form textarea {
     border: 1px solid #ccc;
    }
    Thread Starter yogz99

    (@yogz99)

    Thanks it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Why is there no border around the boxes?’ is closed to new replies.