• Resolved dahlia64

    (@dahlia64)


    Hello,

    I am using the Neve theme and Starting page “Doctors 2”. I am having a silly issue of forced capitalization in all headings (using for editing Elementor). In my language it is wrong for all the words to start with capital letters.

    Can you please give me advice how to overcome this?

    Thank you.
    Jirina

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @dahlia64,

    Please try adding the following code in Customizer -> Additional CSS. This should honor the text exactly how you have typed it, in all headings (remove the ‘h1, ‘ if you don’t want this to be applied to your header as well):

    h1, h2{
        text-transform: none !important;
    }

    Let us know if it worked.

    Thread Starter dahlia64

    (@dahlia64)

    Yes, it worked, thank you!

    I added all headings levels and now everything looks good.

    Hi @dahlia64,

    I am glad this worked!

    Please let us know if you have any more questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forced capitalization’ is closed to new replies.