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
text-align: center !important;
background: #fff !important;
color: #222221 !important;
border: 1px solid #222221 !important;
}
Nothing its still crappy blue
Could you please share the code by hosting it on the Codefile website and also provide the URL of the form page so that I can investigate further to resolve the issue?
Please try the modified CSS from below. I’ve added the form ID on the selector to make it more specific, so it’ll be more priority over the default selector.