Quantcast
Channel: Topic Tag: paypal | WordPress.org
Viewing all articles
Browse latest Browse all 10092

Scott Paterson on "[Plugin: Contact Form 7 - PayPal Integration Add-on] Adding PayPal Button in Place of "Send" Button"

$
0
0

Hi JohnnyMidrange,

On your site I just put cursor: pointer; under .wpcf7-submit { and it works fine for me. Give that a try.

It should now look like this:

.wpcf7-submit {
 width: 107px;
 height: 26px;
 border: none;
 margin: 0;
 padding: 0;
 background: url(https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif);
 cursor: pointer;
 }

Thanks,
Scott


Viewing all articles
Browse latest Browse all 10092

Trending Articles