Home Forums WoodMart support forum Can you please add support for Stripe Payments? Reply To: Can you please add support for Stripe Payments?

#132413

Hello,

Our theme supports the plugin, however, plugin developers change something from time to time. Here is the fix, please add it to the Theme Settings > Custom CSS > Global:

body .woocommerce-checkout #payment li[class*=payment_method_stripe]>label {
padding-left: 5px !important;
}

body #add_payment_method #payment li[class*=payment_method_stripe]>label {
padding-left: 0 !important;
}

body #add_payment_method #payment .woocommerce-PaymentMethod label {
	margin-left: 0;
}

.wc-credit-card-form br {
	display: none;
}

.woocommerce-SavedPaymentMethods-saveNew {
	margin-top: 10px;
}

.stripe-source-errors {
	margin-bottom: 0;
}

.stripe-source-errors:empty {
	display: none;
}

Best Regards