Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Hi there,

    Thanks for reaching out.

    I understand that you would like to remove that border around the “Save Payment Information” text.

    This can be done by using custom CSS code. Can you please add the following CSS code in Appearance > Customize > Additional CSS

    #stripe-payment-data fieldset {
        border: 0 !important;
        padding: 0 !important;
    }
    div#stripe-payment-data p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
        border: 1px solid rgb(81, 81, 81);
        padding: 10px !important;
    }

    Let me know how it goes.

    Thank you.

    Hi,

    We haven’t heard back from you in a while, so I’m marking this thread as resolved – we’ll be here if and/or when you are ready to continue.

    Thread Starter jazzu

    (@jazzu)

    Hi @daniyalahmedk !

    I’m so sorry, I overlooked this email.. I added the code you wrote and it works great, thank you very much!

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of “Save payment information” border’ is closed to new replies.