Title: Background payment method
Last modified: March 18, 2023

---

# Background payment method

 *  Resolved [loes97](https://wordpress.org/support/users/loes97/)
 * (@loes97)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/background-payment-method/)
 * > [View post on imgur.com](https://imgur.com/AnQuVB8)
 * I could really use some help with the background or text color of my payment 
   methods in the checkout window. Specifically the text color of the card that 
   is selected, and the text right below it (in this image: After submission, you
   will be redirected to…) is basically the same color as the background. I can’t
   change either these colors from the customize window, and tried a couple of different
   custom CSS that I found on this forum but so far without any success. Could someone
   help me change preferably the background color of this payment box, and if not
   possible the text mentioned? Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbackground-payment-method%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/background-payment-method/#post-16575620)
 * Hi [@loes97](https://wordpress.org/support/users/loes97/)
 * Thanks for reaching out!
 * I understand that you want to change the background color of the payment box 
   on your site’s checkout page.
 * Have you tried contacting your theme’s developers for further assistance here
   as your theme is responsible for the overall design of your site?
 * > Could someone help me change preferably the background color of this payment
   > box, and if not possible the text mentioned? Thanks!
 * Meanwhile, please try to add the following code below under **Appearance > Additional
   CSS** to change the background color of the payments box:
 *     ```wp-block-code
       /* Change background color of payment box in Checkout page */
   
       #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
       	background-color: ##;
       }
       ```
   
 * Output:
 * ![](https://i0.wp.com/snipboard.io/xJ9A1z.jpg?ssl=1)
 * Hope this helps!
 *  Thread Starter [loes97](https://wordpress.org/support/users/loes97/)
 * (@loes97)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/background-payment-method/#post-16575858)
 * It worked, thank you!
 *  [Saif](https://wordpress.org/support/users/babylon1999/)
 * (@babylon1999)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/background-payment-method/#post-16577519)
 * Glad to hear everything is working now, [@loes97](https://wordpress.org/support/users/loes97/)!
   😃
 * I will mark the thread as solved. If you have a few minutes, we’d love it if 
   you could leave us a review: [https://wordpress.org/support/plugin/woocommerce/reviews/](https://wordpress.org/support/plugin/woocommerce/reviews/)
 * Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Background payment method’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)

 * 3 replies
 * 3 participants
 * Last reply from: [Saif](https://wordpress.org/support/users/babylon1999/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/background-payment-method/#post-16577519)
 * Status: resolved