Hi and Happy New Year!
We have tried several times to correct the submit button color on our contact page. Is it possible to fix only on this page? I’ll put it below in the content. Thanks in advance!
Hey sharynt3,
Please try this in Quick CSS:
.page-id-15 .wpcf7-form-control {
background: white;
color: #01427a;
}
Best regards,
Rikard
Hi Rikard, thanks for your help. Unfortunately, this did not change anything. Is there another solution?
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-15 .main_color input[type='submit'].wpcf7-submit {
background-color: white;
color: #01427a;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks Mike, it works except it removed the hover effect. Is it possible to have the CSS include the hover color b0c9ce?
Hi,
To add the hover color, add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-15 .main_color input[type='submit'].wpcf7-submit:hover {
background-color: #b0c9ce;
color: #01427a;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
This is perfect, thanks so much Mike!
Best wishes for a Happy New Year!
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi, wonderful support, thanks. You can close the thread, all good.