[ad_1]
We have just released an update to support these features. Now you will be able to create an input type button using the button_text parameter in the shortcode (e.g. button_text=”Buy Now”).
To center the button you can try the following:
1. Create a custom CSS class for the button form
.ppbtn{
text-align: center;
}2. Specify the class in the shortcode
[wp_paypal button="buynow" name="My product" amount="1.00" button_text="Buy Now" form_class="ppbtn"]
Thanks a lot! Works like a charm. I left a 5 stars review 🙂
