WordPress Membership Plugin
Thank you @TroyWolf I used the following and it works great.
Kind regards,
Randy
Added the following to my CSS:
.hidden-button {
display: none !important;
visibility: hidden !important
Used the following html:
<div class="hidden-button">
[swpm_payment_button id=YOUR ID HERE]
</div>
<a href="#" onclick="document.forms[0].submit()"
<div class="YOUR CSS CLASS NAME GOES HERE">
BUY NOW OR WHATEVER TEXT YOU WANT GOES HERE
</a>
</div>