You can add some styles in your CSS. I can’t be more specific than that unless you’d share a link to your site.
Thanks for your response. http://wp.hanklem.nl/
You could add something like this to your CSS:
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"] {
border:solid 1px #999;
}
Thanks, but didn’t change anything.
Try it without the quotes. Since you added it in the theme options, the quotes are being converted.
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email] {
border:solid 1px #999;
}
Alternatively you could try this:
.wpcf7-text, .wpcf7-email {
border:solid 1px #999;
}
I put it in Pinboard’s Custom CSS. Your second option works perfectly. Do you know how to decrease the hight of the textboxes?
Hallo Senff. I already found out how to in- or decrease the hight. I have one question left. What CSS input type is a multi line messagebox? I’ve treid [type=text area] [type=subject] and a few others.
That would be just textarea (not an input type).
Works perfectly. Thanks for the affort.
In earlier versions of WP/Pinboard I could change the bordercolor with the above mentioned addings. In later versions the don’t work anymore. Who knows a solution for this problem? http://wp.hanklem.nl/