If you are a store owner, you’ve seen this. An order comes in and you ask yourself how people don’t understand how to properly write their own name – or maybe you see it so often that it’s just a daily task – editing people’s names and addresses so they are properly capitalized.

Well, there is a solution! Add this to your child theme on WordPress, and it will automatically capitalize people’s names and addresses when they enter them in lower-case.

/*Provided by dwdonline.com */
.form-row.woocommerce-validated input.input-text {
    text-transform: capitalize !important;
}