Hi, I’ve used the following CSS code before on previous contact form submit buttons and it’s always worked, but this time, for some reason the font weight and font size isn’t changing and I haven’t got a clue why! Would you be able to take a look for me please and see if I’ve missed anything?
input.wpcf7-form-control.wpcf7-submit {
font-family: "Raleway",sans-serif;
font-weight: 700;
font-size: 1.5em !important;
text-shadow: none;
padding: 0.65em 0.85em 0.55em;
border: none;
color: rgb(61,61,61);
}
I’ll put the URL in a secure note as it’s on a temp link.
Thanks!