Hello All,
I was wondering if anyone knows the best way to replace the "submit" button with an image. I know how to do this for a regular form, but I'm not sure how to approach it with this plugin.
Thanks!
Rebecca
Hello All,
I was wondering if anyone knows the best way to replace the "submit" button with an image. I know how to do this for a regular form, but I'm not sure how to approach it with this plugin.
Thanks!
Rebecca
Hi Rebecca,
The best way to accomplish this is by using regular CSS. You can just add CSS to your theme's stylesheet (usually found in /wp-content/themes/your-theme/style.css).
A line like this will do:
input.nsu-submit { background: url("img/button.png") no-repeat; }
You must log in to post.