Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1154751
Contact Form Button Color
Closed

Comments

  • mmathews77 started the conversation

    Hi there!  How can I change the button color on the form at the bottom, left-hand side of this page?  http://s568687820.onlinehome.us/becauseidecided/about-mariah/

    I've updated all the theme option and button colors I can find, but this one has not changed.

    If you could respond back ASAP, I would really appreciate it!  Customer has a very tight turnaround time.

    Thanks in advance!

    Ive purchased this wonderful theme twice and anticipate using it on other projects as well!

    - Mike Mathews

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
        background-color: transparent;
        border: 2px solid #12e0c1;
        color: #12e0c1;
        border-radius: 40px;
    }
    body .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover {
        color: #26283c;
        background-color: #ffd800;
        border: 2px solid #ffd800;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver