• Resolved garrett53

    (@garrett53)


    Thank you for the great plugin! I have the free version of it. I need to style the submit button as blue, with white text. Could you please give the CSS?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hello, @garrett53!

    Thank you for your time posting your question!

    Please try adding the following CSS code to Custom CSS option of your form theme:

    .fm-form button, .fm-form .button-submit {
        background-color: #3F51B5;
        color: #ffffff;
    }

    Let us know if this works.
    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘CSS for button’ is closed to new replies.