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

#378742

Luke Nielsen
Keymaster

Hello,

The below custom code will help you to set one size for the whole checkout page. Enter it to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

.woocommerce-checkout {
    font-size: 14px;
}

Please let me know if you have any further questions in the meantime.

Kind Regards