Atm I testing the free version of charitable, but I have some CSS problems on my theme and charitable
The first problem is the text color is white in the custom amount field and the background color is white too! So I can’t see the text I enter in the field!
Because the Stripe CC fields are within an iFrame, this might make it more difficult, although the above SHOULD work as you can see in the screenshot. The CSS actually makes the div that contains the CC white. For donation forms – especially CC info – we do find that a light background with dark text works best and prevents the most input errors. In any case, hope the above helps!
This reply was modified 6 months, 2 weeks ago by WPCharitable.
We took a look at that same link and noticing there is no more Credit/Debit Card textbox field – doesn’t appear to be populated. Not sure what happened on your end – double check your Stripe Connection settings (make sure you aren’t using test or live if your Charitable isn’t set to test or live).
There might have been a typo in the CSS we supplied, so let’s try this next: remove the # from #white. Thanks!
@taxick the good news is that we now see it – it might have been a caching issue on our side or something you did.
the bad news is that it appears some CSS tricks that worked before adjusting the Stripe iframe which is added by JavaScript don’t appear to be working. the color CAN be passed to Stripe through their API but it’s something that Charitable currently doesn’t provide an easy way for users. It would require switching to a debug mode so you can edit a javascript file and either recompile the JavaScript file or leave your website in test mode. We can walk you through those instructions if you want to give it a try.
In the meantime, I’ll communicate the changes to Stripe customization to our team and see if we can get some sort of better method to customize this particular field of Stripe’s iframe to users.
Thanks! Let me know if there’s any other questions.