Trying to change the "Submit" button to a custom image on a specific form. The CSS I'm using to target the submit button on the one form is:
[css]
body #gform_wrapper_1 .gform_footer input[type=image] {background-image: url('http://cleanworksonline.adzsync.com/wp-content/uploads/2011/08/coupon-button.png');}
But it doesn't change anything. Url for this form is:
http://cleanworksonline.adzsync.com/
The form ID is 1 and all other specific CSS edits are working great. I'm also using woothemes canvas theme with a custom stylesheet that loads last. The custom stylesheet is where I am adding the CSS edits so it shouldn't be a Theme conflict.
Thanks in advance for all the help.