Contact form – different Border in different field

This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: mariangio
    mariangio
    Participant
    December 17, 2018 at 13:30

    Hi,
    How are you?
    We have been working with your theme several times already and we have found today a porblem of border of the fields in a contact form. The borders of the fiel to fill are different between the date of arrival and the name.
    Why and how to fix that. Thanks!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2018 at 13:58

    Hello,

    Please add this code in Theme Options > Custom css:

    .wpcf7-form-control-wrap input {
        border: 1px solid #e1e1e1;
    }
    .wpcf7-form-control-wrap input:focus {
        outline: none;
        border-color: #555555;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.