WPIntell

Source evidence

SEPA Local Gateway Text Size

Payment Plugins for Stripe WooCommerce · support · 2026-05-26T17:51:00+00:00

mixedsentiment
highseverity
0.88relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

11 / 39 rows with source links

28.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
chrizzo321 resolved
Hi there, I’ve already tried a couple of things, but can’t get it to change the font size of SEPA local payment gateway terms text, as it is loaded as an iFrame. I would really appreciate your help. Thanks a lot in advance! Kind regards, Chris Hi @chrizzo321 To modify the styling of elements that are within the Stripe iframe, you can use the following filter: wc_stripe_get_element_options The plugin documentation site has an example of how to use that filter: https://paymentplugins.com/documentation/stripe/code-examples/customize-payment-form/#the-code In your code, you would use $gateway->id === 'stripe_sepa' . Kind Regards Hi Clayton, I’ve never worked with filters before, but this worked just fine. I’m impressed by your quick reply and support. Thanks a lot. Looking forward to version 4.0. Kind regards, Chris Hi @chrizzo321 Thank you for confirming that filter worked for you. A good review of the plugin is always appreciated. https://wordpress.org/support/plugin/woo-stripe-payment/reviews/ Kind Regards

Comments

3 shown
Clayton R 2026-05-26T21:45:00+00:00

Hi @chrizzo321 To modify the styling of elements that are within the Stripe iframe, you can use the following filter: wc_stripe_get_element_options The plugin documentation site has an example of how to use that filter: https://paymentplugins.com/documentation/stripe/code-examples/customize-payment-form/#the-code In your code, you would use $gateway->id === 'stripe_sepa' . Kind Regards

chrizzo321 2026-05-27T08:01:00+00:00

Hi Clayton, I’ve never worked with filters before, but this worked just fine. I’m impressed by your quick reply and support. Thanks a lot. Looking forward to version 4.0. Kind regards, Chris

Clayton R 2026-05-27T15:36:00+00:00

Hi @chrizzo321 Thank you for confirming that filter worked for you. A good review of the plugin is always appreciated. https://wordpress.org/support/plugin/woo-stripe-payment/reviews/ Kind Regards