Home Forums WoodMart support forum Translate Check out Reply To: Translate Check out

#378933

Luke Nielsen
Keymaster

Hello,

There is a code for changing font size in the checkout order, enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

.woocommerce-checkout .checkout-order-review th {
    font-size: 22px;
}

.woocommerce-checkout .checkout-order-review td .amount {
    font-size: 22px;
}

I hope this helps!

Kind Regards