Hello,
I would like to style my contact form 7 button exactly as I have the other buttons on my site.
I have made some progress but at present, I am not seeing any background colour styling changes on hover!
See here on this page
.wpcf7-submit {
margin: 0 auto !important;
display: block;
font-family: "Lato",sans-serif!important;
font-size: 1em!important;
font-style: normal!important;
font-weight: 700!important;
line-height: 1!important;
text-align: center!important;
text-transform: uppercase!important;
color: #024489!important;
border-width: 0 0 3px 0 !important;
border-style: none none solid none !important;
border-color: transparent transparent rgba(0,0,0,.25) transparent !important;
border-radius: .35em !important;
color: rgb(2, 68, 137)!important;
background-color: rgb(4, 206, 218)!important;
box-shadow: 0 .15em 2em 0 rgba(0,0,0,.25)!important;
}
.wpcf7-submit:hover {
background-color: rgb(2, 185, 196)!important;
color: rgb(2, 68, 137)!important;
box-shadow: 0 .15em 2em 0 rgba(0,0,0,.25)!important;
}
Also, I can see the Lato font styling taking effect but it looks doubled up or like it is thicker…
Any help much appreciated.
Best regards,
Ben