• Resolved loes97

    (@loes97)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @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:

    /* 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:

    Hope this helps!

    Thread Starter loes97

    (@loes97)

    It worked, thank you!

    Saif

    (@babylon1999)

    Glad to hear everything is working now, @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://ww.wp.xz.cn/support/plugin/woocommerce/reviews/

    Cheers!

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

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