Hello, I would like to change the loading background color (in the cart and at the checkout page) to transparent or just disable it so it would be invisible. Could you please guide me on how to do that?
I use ‘Dark theme’ mode enabled and I also use this custom CSS for checkout page:
.global-color-scheme-light .checkout-order-review:before {
background-image: none;
}
.global-color-scheme-light .checkout-order-review:after {
background-image: none;
}
.global-color-scheme-light .checkout-order-review {
background-color: #1a1a1a;
}
.wd-table-wrapper {
background-color: #00000000;
}
.payment_methods .payment_box {
background-color: #232323;
}
.payment_methods .payment_box:before {
color: #232323;
}
-
This topic was modified 2 years, 1 month ago by
mrtnz.