This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
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!
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
You must be logged in to reply to this topic.Log in/Sign up