Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter elleohvie

    (@elleohvie)

    Figured it out! :0)

    Thread Starter elleohvie

    (@elleohvie)

    For anyone who may need to know, I used the following CSS in a custom CSS plugin to change link color:

    a {
    color: #35c98a;
    }

    And then I used the below CSS to change the submit button color:

    input[type=”submit”] {
    background-color: #35c98a;
    }

    Moderator Kathryn Presner

    (@zoonini)

    Thanks for sharing your solution, glad you’re set. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Submit Button Color / Link Colors’ is closed to new replies.