XStore Dark Theme stripe form text not showing

This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: tfos4941
    tfos4941
    Participant
    July 31, 2017 at 11:40

    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

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 31, 2017 at 15:44

    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

    Avatar: tfos4941
    tfos4941
    Participant
    August 1, 2017 at 11:15

    perfect, thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2017 at 12:33

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.