• Hello.
    With your theme, in the titles of the articles, each word has a capital letter. I would not like changes to the text, so regarding uppercase and lowercase, as I write the title, so I would like it to appear in the articles. How can this be solved?

Viewing 1 replies (of 1 total)
  • Hello @ugopiazza20

    If you would like to change the text to lowercase or uppercase, add the following CSS code to the additional CSS field in the customizer:

    h1 a, h2 a, h3 a {
    text-transform: lowercase !important;
    }

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Article titles’ is closed to new replies.