This topic has 4 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi, I am using the xstore dark theme, but i have just discovered a problem with my checkout page stripe form.
It seems that the background colour of the stripe form is white, and so is the form text colour? How can i change this?
Thank You
Hello,
Go to Theme Options > Styling > Custom CSS and add the following code to fix it
#wc-stripe-cc-form {
border-color: #2f2f2f;
}
#wc-stripe-cc-form input[type="text"], #wc-stripe-cc-form input[type="number"], #wc-stripe-cc-form input[type="email"], #wc-stripe-cc-form input[type="search"], #wc-stripe-cc-form input[type="password"], #wc-stripe-cc-form input[type="tel"], #wc-stripe-cc-form textarea {
background-color: #1f1f1f;
border-color: #2f2f2f;
}
We’ll also fix it in next theme update.
Regards
perfect, thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up