This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
Hi. I am trying to change the color of a button in the contact page. How can I do that?
Hello,
You can use this code in Custom css:
.wpcf7 input[type="submit"] {
background-color: blue;
border-color: blue;
color: #fff;
}
Regards
Thanks again Rose. Works perfectly.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up