How to change some styling for checkout box

This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow

  • Avatar: teolivier
    teolivier
    Participant
    November 25, 2020 at 11:49

    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.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    November 25, 2020 at 12:05

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

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

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.