Hi there,
How can we change the styling (especially colors) for the checkout box? For example the background to be white and the text to be black.
This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hi there,
How can we change the styling (especially colors) for the checkout box? For example the background to be white and the text to be black.
Hello,
Add the custom code below
.order-review {
background-color: #fff;
color: #000;
}
.order-review > *, .order-review .cart_item .product-name,
.order-review .shop_table .amount,
.order-review #shipping_method .amount,
.order-review #shipping_method label,
.order-review #payment .payment_methods label,
.cart-order-details .order-review .shop_table .order-total th,
.cart-order-details .shop_table .order-total .amount,
.cart-order-details label, .cart-order-details a,
.cart-order-details #payment .payment_methods input[type="radio"]:checked + label {
color: #000;
}
Regards
The issue related to '‘How to change some styling for checkout box’' has been successfully resolved, and the topic is now closed for further responses