1. Home
  2. Troubleshooting
  3. Remove Stripe Checkout Page Background
  1. Home
  2. Beat Store
  3. Remove Stripe Checkout Page Background

Remove Stripe Checkout Page Background

If you install a Stripe plugin add-on, it may add a background color to the checkout page.

Add this CSS code to remove the background color.

/* Remove Stripe Plugin Background */
#edd_checkout_form_wrap fieldset#edd_cc_fields {
    border: 0px none #f0f0f0;
    background: none;
}

Problem Preview

Updated on March 6, 2025

Was this article helpful?

Related Articles


Need Help?

1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.

3. If you can't find answers, click to leave a comment. Provide website links and detailed information.