stripe payment icons on small wordpress

Add following css in your theme style css file.

#stripe-payment-data p.form-row.woocommerce-SavedPaymentMethods-saveNew,
#stripe-payment-data #wc-stripe-cc-form .form-row {
    display: block;
}

Leave a Comment