Changing colour/shape of bar at base of page that buttons sit in

  • newcastle-events
    Asked on October 22, 2017 at 11:52 PM

    Hi, I have created many forms and design them to quite a degree, however can never get to an option to change the footer bar colour or shape (see screenshot, section outlined in blue). Can anyone help show where this can be edited? It seems to be default with no option to amend that particular section...


    Thank you!

    Jotform Thread 1279665 Screenshot
  • Chriistian Jotform Support
    Replied on October 23, 2017 at 4:01 AM

    To change the shape and background color of the Submit button section, you need to inject a custom CSS in order to customize it. For example, please inject the custom CSS below:

    li[data-type="control_head"]:first-child, li[data-type=control_button] {

        border-bottom-left-radius: 20px;

        border-bottom-right-radius: 20px;

        background:#d9ceb2;

    }

    15087455952017 10 23 1558 Screenshot 10


    Here's the guide on How to Inject Custom CSS Codes