• Resolved tonerhouse

    (@topboj)


    Hello i need help with changing Payment Box Background
    i have tried with this CSS code:

    #add_payment_method #payment div.payment_box, 
    .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
    {       font-size: .93em;
         background-color: #263846;
        color: #ffffff;
    }
    
    • This topic was modified 1 year, 8 months ago by tonerhouse.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Kaushik S. a11n

    (@kaushiksomaiya)

    Hi there!

    Thank you for contacting us! 🙂

    I understand you want to change the background of payment method box.

    The CSS you are using is correct however I see the CSS code before you added this snippet is broken:

    I’d suggest fixing that so the CSS code above works for the payment method box.

    I suggest checking https://www.w3schools.com/css/default.asp for help with CSS syntax.

    I hope this helps!

    Thread Starter tonerhouse

    (@topboj)

    Hey @kaushiksomaiya,
    I have tried to remove all this code you mark me, because i dont need it,
    but the this code for changing payment box style is still not working. Can you help me.

    Filip

    Plugin Support Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Hi there,

    Thanks for getting back to us.

    Can you please try to replace the previous code with the following one:

    
    #add_payment_method #payment div.payment_box, 
    .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
    {
         font-size: .93em !important;
         background-color: #263846 !important;
         color: #ffffff !important;
    }
    

    Let me know how it goes!

    Best,

    Thread Starter tonerhouse

    (@topboj)

    It works.
    Thank you very much!

    Glad to hear that.

    If you have a few minutes, we’d love it if you could share your experience with the community by leaving a review: https://wordpress.org/support/plugin/woocommerce/reviews/

    Best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woocomerce Cart/Checkout Change Payment Background’ is closed to new replies.