-
AuthorPosts
-
January 1, 2024 at 2:51 pm #1429081
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!January 1, 2024 at 5:46 pm #1429085Hey sharynt3,
Please try this in Quick CSS:
.page-id-15 .wpcf7-form-control { background: white; color: #01427a; }Best regards,
RikardJanuary 2, 2024 at 11:52 am #1429104Hi Rikard, thanks for your help. Unfortunately, this did not change anything. Is there another solution?
January 2, 2024 at 12:06 pm #1429108Hi,
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,
MikeJanuary 2, 2024 at 12:11 pm #1429109Thanks Mike, it works except it removed the hover effect. Is it possible to have the CSS include the hover color b0c9ce?
January 2, 2024 at 12:25 pm #1429111Hi,
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,
MikeJanuary 2, 2024 at 12:32 pm #1429113This is perfect, thanks so much Mike!
Best wishes for a Happy New Year!January 2, 2024 at 2:02 pm #1429123Hi,
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,
RikardJanuary 2, 2024 at 2:45 pm #1429128Hi, wonderful support, thanks. You can close the thread, all good.
-
AuthorPosts
- The topic ‘Button color’ is closed to new replies.
