Hi there,
I’m trying to style the payment form, but running into some limitations. I initially attempted to apply custom CSS, but since the form is loaded inside an iframe, the styles don’t seem to have any effect.
I then looked into using the Snipcart SDK, specifically the registerPaymentFormCustomization method (JavaScript SDK API – Snipcart Documentation). However, it looks like only a limited set of properties are available.
Are those the only customization options supported? I’d like to be able to modify things like the font, border radius, height, and other visual styles.
Thanks in advance!