Hello,
Please go to Appearance > Customize > typography, and go to the section where you want to disable the capitalized settings, and change it accordingly.
Thread Starter
Oliver
(@kramupfel)
Hello,
this is what i did, but the initial letter stays capitalized.
Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.woocommerce table.shop_table td {
text-transform: none;
}
If you still experiencing the issue, please share the snapshot of the sections where you have the issues.
Thread Starter
Oliver
(@kramupfel)
Hello,
no; all initial letters stay capitalized. The problem is in the cart page, checkout page and the “thank you” page. I tried another plugins for personalisation ( e.g woocommerce product addons; yith woocommerce product add-ons ) the problem stays the same. I tried another themes – no problems.
Here is the snapshot: https://ibb.co/jHkMSH9
Thanks
Hello,
Kindly replace the above code with this one and check.
.woocommerce table.shop_table td {
text-transform: none !important;
}
Thread Starter
Oliver
(@kramupfel)
Hello,
sorry, but it stays capitalized.
Thread Starter
Oliver
(@kramupfel)
Hello everybody,
thank you very much! Now it works. I forgot to delete the cache from my caching plugin.
You are most welcome and glad to know that issue has been fixed.