Skip to content
Public Ticket #29778

Form button color

Conversation thread

auxer replied

Customer Reply

Thank you so muchhhhh

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.wpcf7 input[type="submit"] {
  background: #000;
  color: #fff;
}
.wpcf7 input[type="submit"]:hover {
  background: #d6ae42;
  color: #fff;
}

Regards,
PenciDesign.

auxer started the conversation

Conversation Start

How can I change form button color?

Want to join this conversation or access attachments? Sign in first.