Hello @kgpthemex,
The code to remove the Gravity form style is working as expected. The problem is that in the theme, the button has a general and global style. Without styling, it should look like this:
Because of the global button style, the submit button of the gravity form is changed to look according to which stack you are using. At the moment, the button is styling with the following custom CSS:
.x-btn, .button, [type="submit"] {
color: #ffffff;
border-color: #ac1100;
background-color: #ff2a13;
margin-bottom: 0.25em;
text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75);
border-radius: 0.25em;
}
.x-btn, .button, [type="submit"] {
display: inline-block;
position: relative;
border: 1px solid #ac1100;
border-radius: 0;
padding: 0.563em 1.125em 0.813em;
cursor: pointer;
font-size: 16px;
font-weight: inherit;
line-height: 1.3;
text-align: center;
vertical-align: middle;
color: #fff;
background-color: #ff2a13;
transition: all 0.15s linear;
}
Feel free to modify this code and add the modified code in Pro > Theme Options > CSS.
The given code above serves as an example. Be advised that custom coding is beyond the scope of our support. You will be the one to maintain any custom CSS that you may come up with and be added to the site.
Best Regards.