I would like to use my own image for the "submit button" The image shows up but I am not sure how to remove the "submit" text. The code I have used so far is:
.gform_wrapper .gform_footer .gform_button {
background: url("images/submitbutton.png") no-repeat !important;
border-style:none !important;
}
This gives me the look I am after but you can see the text submit small in the background.
Thanks