Changing the background color of the submit button

  • mymobisolution
    Asked on May 5, 2015 at 10:18 AM

    Any ideas why it won't change? (It's currently set to background purple)

  • Jan
    Replied on May 5, 2015 at 11:44 AM

    When I checked the source code, it seems that it is using a priority element so that you cannot change the background color of the button. However, you can insert a custom CSS that will override that code.

    Here's the custom CSS code. Here's a guide how to insert CSS in the form.

    .form-submit-button {background-color: #ac50cd !important;}

    Hope this works. Thank you.