#TaintPaint
1 messages · Page 1 of 1 (latest)
Hello! Can you be more specific? Are you using PaymentElement? What exactly are you trying to change?
Okay, Here is the code snippet that is generated by Stripe using just the tools on the website:
<stripe-pricing-table pricing-table-id="prctbl_1MmlFxEj7jHOBjJm4JptwprT" publishable-key="pk_live_51Lf4xSEj7jHOBjJmNs0ACOsz18DWUl68ZRU9sLfWHj5lIQTVTnu8m3Xfp1lfQ6QASUOkB3LvCVxwIpFqrsToORHI00LlJSvYQL"></stripe-pricing-table>
<script src="https://js.stripe.com/v3/pricing-table.js"></script>
(sorry lil ugly)
Here is what it looks like:
I want to change the font size. That's it. And there is no option available in the tools that I can see. So, it requires using the API. I honestly did not want to have to do that. But, here we are.
I am hoping I am just being dumb and missing something.
(thanks btw!)
There's no way to change that font size with the pricing table at all
The idea is that this is for folks that don't need a ton of customization
That's frustrating.
I don't think "font size" is a crazy level of customization. I could change font size on my 1987 headstart explorer that ran on DOS.
Do you have any suggestions for me?
I tried making a forced CSS zoom to no avail. Even that would work well enough.
Sorry there isn't a better solution here 😦 Really the only other thing I can think of is building the UI yourself or digging through the pricing table attributes and trying to see if you can manipulate that CSS
Okay. Well, I will get back to it messing with it. Before I go...
Do y'all have any examples of like an html file, css file, js file that shows exact steps? The tutorials are for people with a bit more skills than myself.
You can try looking around at some of the samples at https://github.com/stripe-samples
Thanks!