Hello @AdamCarr,
I would suggest you go to the Form Integration element —>Customize —>Element CSS, now add this custom CSS code to get the submit button layout
$el.x-form-integration-gravity-forms.x-form-integration input.gform_button.button {
background-color: transparent !important;
border: 2px solid #97c63d !important;
color: #97c63d !important;
text-transform: uppercase !important;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks