Checkout pages are in uppercase – how to turn off please?
-
All headings etc in the checkout page are using text-transform:uppercase; but I can’t find a setting for this. What’s the best way to have it work the same as the other pages and not go to uppercase please? Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body #ship-to-different-address label,
body .woocommerce-billing-fields > h3{
text-transform: none;
}
body table th {
text-transform: none;
}
Best Regards
Thanks but that doesn’t change the header or YOUR ORDER
I’ve had to add this
.step-cart, .step-inactive, .step-active {
text-transform: none;
}
#order_review_heading {
text-transform: none;
}
Anything else anywhere?
Hello,
The code does not work, cause you use the third parties plugin. We are glad you have solved the issue. If you have any questions please feel free to contact us.
Best Regards