Field Placeholder Text Formatting (Stripe Gateway)
-
Hello! First of all, we are using Stripe Gateway with the GiveWP application. Secondly, I’m trying to format the field placeholder text on the Give donate form (make the field placeholder text darker). I was successful in getting the GiveWP fields placeholder text formatted. Unfortunately, I haven’t been able to format the Stripe field placeholder text (cc number, cc expire date and cc csv). You can view this problem at our Donate page:
https://www.wounited.org/wp/donate/
BTW, to highlight the problem, I formatted the GiveWP placeholder text fields in red. With that said, this is the CSS coding I used for the GiveWP placeholder text fields:
.give-input.give-fl-input::-webkit-input-placeholder { color: red !important; } .give-input.give-fl-input:-moz-placeholder { color: red !important; opacity: 1; } .give-input.give-fl-input::-moz-placeholder { color: red !important; opacity: 1; } .give-input.give-fl-input:-ms-input-placeholder { color: red !important; } .give-input.give-fl-input::-ms-input-placeholder { color: red !important; }
Bottom line, what CSS code can I used to format the three (3) Stripe placeholder text fields the same way?
Thank you,
MarkThe page I need help with: [log in to see the link]
- The topic ‘Field Placeholder Text Formatting (Stripe Gateway)’ is closed to new replies.