Contact form 7 button
Hi.
I finally figured out how to change the color of the contact form 7 background by using this code:
.wpcf7-form-control.wpcf7-submit {
background: #e10713 !important;
}
But now I want to change the hover color and styling. I tried this but it didn't work :
.wpcf7-form-control.wpcf7-submit:hover {
background: #e10713 !important;
}
Can you tell me what I did wrong?
Comments
all colors of CF7 can be set under Theme options > Colors > Forms section.