• Resolved 010mfwp010

    (@010mfwp010)


    Trying to customize the “Submit” button with a different background color and text. Trying the CSS, below, but not getting any change. Any help would be appreciated!

    .wpforms-submit-container {
    background: #f58220;
    color: white
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi ,

    You can try using the following CSS to style the submit button:

    div.wpforms-container-full .wpforms-form input[type=submit], 
    div.wpforms-container-full .wpforms-form button[type=submit] {
        background: #f58220 !important;
        color: white !important;
    }
    

    In case it helps, here’s a guide on how to add custom CSS to your site.

    I hope this helps 🙂

    Thread Starter 010mfwp010

    (@010mfwp010)

    That worked – thanks!

    Thread Starter 010mfwp010

    (@010mfwp010)

    BTW resolved.

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi 010mfwp010,

    Great! Thanks for letting us know.

    If you’ve any other questions please feel welcome to reach out.

    Thanks 🙂

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