• Resolved adamlithium

    (@adamlithium)


    Hi! How can remove the auto capitalization on each new word on the translated page in Swedish? This is only applicable for English.

    Best
    Ad-man

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Somewhere in Elementor you’ve selected automatically capitalized headings.

    Thread Starter adamlithium

    (@adamlithium)

    Hi @tobifjellner, thanks for the reply. Yes, this is true and it is also true it is what I want, but only for the English language. I was hoping there was a way to switch depending on translation. *fingers crossed*

    Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello @adamlithium ,

    Thank you for reaching us!

    If you use the Automatic Translation feature you need to know that we do not have control over this and if you want to not have capitalization, you can modify the translation and set it as you want.

    If there’s anything else, please let me know!

    Kind Regards,

    Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Since 5 days passed without getting any reply from your side, I will consider this thread as solved and I will mark it as “Resolved”.

    If there’s anything else, please let us know!

    Kind Regards,

    @adamlithium
    Actually, I think there IS a way to do this by letting custom CSS filter for parent language marker.
    First, remove that “Capitalize” setting in Elementor.

    Next, under Appearance → Customize → Extra CSS, add something like:

    :lang(en-US) .elementor-heading-title {
      text-transform: capitalize;
    }

    You can try if this hits the right places by temporarily adding something like outline: 2px solid #c00000;

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.