Trying to match the global button style on submit button contact form

HI
I had tried the fixes that worked in the inspect in chrome and also tried css from various forum posts, but some how its not working, i just want to make the contact form submit button match the global button style. The main missing thing is that the letter spacing is larger, and there is no shadow on the global button style and text aligning in contact button is a little off. hte contact form is on the contact page and global button sample on bottom of the homepage.
any thoughts?

thanks
bascially want to make the button on the right match the left.

Hi There,

Thanks for writing in!
Can you please try this CSS and let us know if that works.

.wpcf7-submit {
    font-size: 1em;
    font-weight: 500;
    text-shadow: none;
    line-height: 1;
    padding: 12px 30px;
    outline: none;
}

hope this helps!

thanks this worked

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.