I have been trying to add styles to submit button but gravity forms wp plugin overrides it, is it possible to diable all the styling from gravty forsm styling
I have tried these settings
body .gform_wrapper .gform_footer input[type=submit] {
border
:
1px
solid
red
}
* **example:** the form submit button (input) – applies just to form ID #1
1 ```
body #gform_wrapper_
1
.gform_footer input[type=submit] {
border
:
1px
solid
red
}
But nothing happens, best would be if you could disable the gravity forms scc in settings
I have been trying to style for 2 hours and nothing
Even tried to
#gform_submit_button_2{
display: inline-block;
text-transform: uppercase;
text-decoration: none;
padding: 0 18px;
font-size: 16px;
line-height: 45px;
min-width: 145px;
font-weight: 400;
border-radius: 0 40px;
transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
font-family: “gotham_narrowbook”;
text-align: center !important;
background: #fff !important;
color: #222221 !important;
border: 1px solid #222221 !important;
}
Nothing its still crappy blue

