Viewing 4 replies - 1 through 4 (of 4 total)
  • lgustaw

    (@lgustaw)

    Yes, use CSS, e.g.

    .fm-form input.submit {
    background-color: red !important;
    }

    .fm-form input.submit:hover, .fm-form input.submit:active {
    background-color: yellow !important;
    }

    Thread Starter wrdslngr

    (@wrdslngr)

    Will give that a try. Thanks!

    Thread Starter wrdslngr

    (@wrdslngr)

    Worked like a charm. Thank you!

    Thread Starter wrdslngr

    (@wrdslngr)

    That solution works!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Button Color’ is closed to new replies.