Quantcast
Channel: WordPress.org Forums » [Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Support
Viewing all articles
Browse latest Browse all 1461

How to customize Paypal credit/debit card checkout colors?

$
0
0

Replies: 0

Checkout image:
https://imgur.com/KlCBIBR

I would like to customize the Paypal checkout fields to match my dark-theme website.
Like the white fields, making them dark gray, and text white, etc.

I tried having this custom CSS but that did nothing.

.billingAddress p {
color: white;
}

#forminator-module-123 .forminator-stripe-element {
background: #f0f0f0 !important; /* Replace with your desired background */
color: #333 !important; /* Replace with your text color */
}

#forminator-module-123 .forminator-field-credit_card input {
background-color: #f5f5f5 !important;
color: #222 !important;
}

Viewing all articles
Browse latest Browse all 1461

Trending Articles