How do i update check out topography - by BLUEQUIN

This topic has 2 replies, 2 voices, and was last updated 2 years, 7 months ago ago by Rose Tyler

  • Avatar: BLUEQUIN
    BLUEQUIN
    Participant
    August 26, 2021 at 18:10

    How to update the font colour for things line Total, Have a coupon? Click here to enter your code, Product name etc on the checkout page?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 27, 2021 at 08:00

    Hello,

    Thanks for using our theme and for contacting us.
    Custom CSS code can be used, for example, add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    .woocommerce-checkout .woocommerce-info a:not(.button) {
        color: #b71b1b;
    }
    .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        color: #3988fc;
    }
    .woocommerce-checkout .cart-order-details .shop_table .order-total th,
    .woocommerce-checkout .cart-order-details .shop_table .order-total .amount {
        color: red;
    }
    .woocommerce-checkout .order-review .cart_item .product-name {
        color: #b71b1b;
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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