Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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!

    #1429085

    Hey sharynt3,

    Please try this in Quick CSS:

    .page-id-15 .wpcf7-form-control {
      background: white;
      color: #01427a;
    }

    Best regards,
    Rikard

    #1429104

    Hi Rikard, thanks for your help. Unfortunately, this did not change anything. Is there another solution?

    #1429108

    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

    #1429109

    Thanks Mike, it works except it removed the hover effect. Is it possible to have the CSS include the hover color b0c9ce?

    #1429111

    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

    #1429113

    This is perfect, thanks so much Mike!
    Best wishes for a Happy New Year!

    #1429123

    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

    #1429128

    Hi, wonderful support, thanks. You can close the thread, all good.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Button color’ is closed to new replies.