change payment method window background color
-
hello.
how can I change the black background in the payment method window?
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Send access to the admin panel so I can investigate that issue – https://prnt.sc/UkcnK3S9Wr_G
Thank you in advance.
Kind Regards
what for? you can see from the picture what it is about, right?
This doesn’t seem to be a mistake, but simply a matter of setting
Try to use the code below:
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review) {
background-color: #443d3d;
}
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::before,
:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::after {
background-image: radial-gradient(farthest-side, transparent 6px, #443d3d 0 0);
}
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
background-color: #443d3d;
}
Kind Regards
perfect.
here you can also see the black background, do you have a css code for that?
many thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below:
.payment_methods .payment_box {
background-color: #756c6c;
}
Kind Regards
you are the best =)
thanks for your time =)
have a nice week
Hello,
You’re very welcome!
I’m glad I could help. If you ever need further assistance, feel free to reach out. Have a great week too!
Kind regards
The topic ‘change payment method window background color’ is closed to new replies.