My submit button on my form is appearing blank, I think it is a conflict with my theme please see link for example
http://www.morpheusglass.co.uk/trade-registration/
Not sure what to change to make it work
Any help would be great
Thanks
My submit button on my form is appearing blank, I think it is a conflict with my theme please see link for example
http://www.morpheusglass.co.uk/trade-registration/
Not sure what to change to make it work
Any help would be great
Thanks
You have a lot of stylesheets is use on that site. Try adding this to one of the stylesheets to style the Gravity Forms submit button:
[css]
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
font-size: 1em!important;
color: red!important;
background-color: black!important;
}
You can change the blank and red to colors more appropriate for your site. I just wanted to show you how to do it.