• Resolved AndyJJHW

    (@andyjjhw)


    I want to replace the default grey submit button with an image. I can do this by adding a background image in the style sheet for .sidebar .w2linput.submit, however the cursor doesn’t change when you hover over it (so it doesn’t look like you can click it).

    By editing the salesforce.php, I tried replacing instances of input type=”submit” with input type=”image”. This largely failed. The image showed up properly and the cursor changed in Chrome (though it came with a border I couldn’t get rid of) but the image just didn’t show up in Firefox or IE.

    Any ideas?

    http://wordpress.org/extend/plugins/salesforce-wordpress-to-lead/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter AndyJJHW

    (@andyjjhw)

    As is usually the case, I post on a forum and then find a simple solution minutes later.

    Adding cursor: pointer to the .sidebar .w2linput.submit in the style sheet was all that was needed here.

    Plugin Author Nick Ciske

    (@nickciske)

    Glad you figured it out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress-to-lead for Salesforce CRM] Replacing submit button with image’ is closed to new replies.