Hey,
Just have a small issue with the contact form on my site. I’m styling it so that it is the same as other buttons on the site. Everything but the border-color is fine. It doesn’t seem to change when I use the following css for hover:
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #FFFFFF;
border-color: #4CA31A;
color: #4CA31A;
font-size: 21px;
width: 100%;
border-radius: 4px;
padding: 15px 22px;
}
Any idea where I’m going wrong?
Link to problem: https://speechangel.com/medical-professionals/
(hover over send button)