• Resolved Oliver

    (@kramupfel)


    In the shopping cart, all initial letters are capitalized.Also, the entries that customers make to personalize your product, all initial letters are capitalized. How can I change the setting?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Initial letters in the shopping cart are capitalized’ is closed to new replies.