How can I add style to Paypal Checkout button?

ArmKh picture ArmKh · Feb 20, 2017 · Viewed 7.1k times · Source

Is there a way to add some style to Paypal checkout button?

enter image description here

Or create my own button for paypal checkout?

Answer

bluepnume picture bluepnume · Feb 20, 2017

If you're using the paypal.Button.render integration, then no. The button is rendered in an iframe, so the style can customized but not changed completely:

https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/customize-button/

This means that the button will render at high resolution on any device, including retina monitors, rather than an image which can look blurry depending on the device you're using.