Hi @hanskranz
Thanks for reaching out 🙂
The best thing I can suggest for a quick fix is to use some custom CSS, as it can sometimes be the theme or other plugins causing conflicts. Without site access (which we are not allowed to request or access based on wp.org policies), I wouldn’t be able to definitively identify the conflict.
Please use a custom CSS plugin (I like Simple Custom CSS and JS) along with this code (filling in your desired font). I suggest using ChatGPT to optimize this code if needed, as the font family identified can have varying formatting requirements.
[data-payment-page-component=payment-form]>[data-payment-page-component-payment-form-section=form]>[data-payment-page-component-payment-form-trigger=submit] {
font-family: 'desired-font' !important;
}
If this code doesn’t work, let me know and I can suggest alternatives. Please let me know if I can help with anything else.
Cheers,
Brandon
Hi,
this code doesnt work, but i found and created one which works.
But thats via CSS and there should still be an issue in your background.
And the opacity for the background colur is also not changeable…
Greetings
The button is by default “inactive” until the payment details are filled in, which causes the color to be grayed out and therefore a little lighter until active. You could attempt custom CSS on that as well, as we don’t have a method for adjusting that color in the settings at this point.
I’ve taken note of it for future consideration, however.