I believe I know how to do it, though you'll have to try it to be sure
.
You have to know some HTML...
Okay so you have your shortcode:
- Code: Select all
[s2Member-PayPal-Button level="*" ccaps="music,videos" desc="Description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="%%custom%%" ra="0.01" rp="1" rt="L" rr="BN" image="default" /]
This will not necessarily will be the code.
Note the last code:
"image='default' " that's the one you want to change, you'll find it on
s2Member -> includes -> templates -> paypal-ccaps-checkout-button.html .
In there put your button (in HTML format) and change the code from
"image='default' " to
"image='name of your button' ".
I think that works, I'm not sure, never tried it but it can't hurt to try.