#Codex
1 messages · Page 1 of 1 (latest)
Sure it's right there in the doc you linked. In this section: https://stripe.com/docs/elements/appearance-api?platform=web#variables take a look at the variables you can set when using the Appearance API
fontSizeBase only changes the label size of the inputs
Not the actual text size of the input field
Are we locked from styling the input field text?
I don't think se. I have my own Payment Element setting a custom font for the text in the Inputs
Okay I just tested my own integration using fontSizeBase: "46em", and the text inside the input is definitely changed
Ahh I see, but it's not independent
Oh I see. I have the input labels separate. And they are different sizes to begin with
ALright thank you
Happy to help. If you want to set styling for particular elements I'd check out the Rules section in that doc