Viewing 10 replies - 1 through 10 (of 10 total)
  • 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.

    Thread Starter Hank Lem

    (@hank-lem)

    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;
    }
    Thread Starter Hank Lem

    (@hank-lem)

    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;
    }
    Thread Starter Hank Lem

    (@hank-lem)

    I put it in Pinboard’s Custom CSS. Your second option works perfectly. Do you know how to decrease the hight of the textboxes?

    Thread Starter Hank Lem

    (@hank-lem)

    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).

    Thread Starter Hank Lem

    (@hank-lem)

    Works perfectly. Thanks for the affort.

    Thread Starter Hank Lem

    (@hank-lem)

    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/

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Frame around text field’ is closed to new replies.