Modify checkout

Hello,
I’m been trying to modify the checkout. Couldn’t manage everything. Need some help with:

  1. Remove the field “Additional Information” and make the “Billing details” aligned to center.
  2. Remove the field “Company Name”.
  3. Change the font color + size.

Best

Hey there

1.2. can not be changed from the theme, please research this question in the woo commerce related forums or in the internet,
3. font size and color - which text color and size you want to change exactly? please provide a link to the page and reference

Hello,

Black and 12.

Hello there,

You can use the following CSS code to change the font color and size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Woocommerce font color and size*/
.woocommerce form .form-row {
    font-size: 12px;
    color: black;
}

Best Regards,
Support